Package systems.dmx.topicmaps
Class Constants
- java.lang.Object
-
- systems.dmx.topicmaps.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BACKGROUND_IMAGE
static String
HEIGHT
static String
PAN_X
static String
PAN_Y
static String
PINNED
static String
TOPICMAP
static String
TOPICMAP_CONTENT
static String
TOPICMAP_CONTEXT
static String
TOPICMAP_DESCRIPTION
static String
TOPICMAP_NAME
static String
TOPICMAP_TYPE_URI
static String
VISIBILITY
static String
WIDTH
static String
X
static String
Y
static String
ZOOM
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
TOPICMAP
public static final String TOPICMAP
- See Also:
- Constant Field Values
-
TOPICMAP_NAME
public static final String TOPICMAP_NAME
- See Also:
- Constant Field Values
-
TOPICMAP_DESCRIPTION
public static final String TOPICMAP_DESCRIPTION
- See Also:
- Constant Field Values
-
TOPICMAP_TYPE_URI
public static final String TOPICMAP_TYPE_URI
- See Also:
- Constant Field Values
-
TOPICMAP_CONTEXT
public static final String TOPICMAP_CONTEXT
- See Also:
- Constant Field Values
-
BACKGROUND_IMAGE
public static final String BACKGROUND_IMAGE
- See Also:
- Constant Field Values
-
TOPICMAP_CONTENT
public static final String TOPICMAP_CONTENT
- See Also:
- Constant Field Values
-
PAN_X
public static final String PAN_X
- See Also:
- Constant Field Values
-
PAN_Y
public static final String PAN_Y
- See Also:
- Constant Field Values
-
ZOOM
public static final String ZOOM
- See Also:
- Constant Field Values
-
X
public static final String X
- See Also:
- Constant Field Values
-
Y
public static final String Y
- See Also:
- Constant Field Values
-
VISIBILITY
public static final String VISIBILITY
- See Also:
- Constant Field Values
-
PINNED
public static final String PINNED
- See Also:
- Constant Field Values
-
WIDTH
public static final String WIDTH
- See Also:
- Constant Field Values
-
HEIGHT
public static final String HEIGHT
- See Also:
- Constant Field Values
-
-