|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanet.generic.commonapi.GML.GMLDefaultProperties
Default graphical properties for GML graphs.
Field Summary | |
static java.lang.String |
ALTERNATIVE_FILL
Alternative Fill Color For the Shape Of The Node |
java.lang.String |
alternativeFill
Alternative Fill Color For the Shape Of The Node |
static java.lang.String |
DEFAULT_ALTERNATIVE_FILL
Alternative Fill Color For the Shape Of The Node (in #'RRGGBB' format) |
static java.lang.String |
DEFAULT_FILL
Fill Color For The Shape Of the Node (in #'RRGGBB' format) |
static java.lang.String |
DEFAULT_FONT_NAME
Font Name Of the Node Id Label |
static java.lang.String |
DEFAULT_FONT_SIZE
Font Size Of the Node Id Label |
static java.lang.String |
DEFAULT_HEIGHT
Height Of The Virtual Bounding Box |
static java.lang.String |
DEFAULT_MINIMAL_NODE_DISTANCE
Minimal Node Distance arranged on a circle |
static java.lang.String |
DEFAULT_OUTLINE
Color Of The Border Line (in #'RRGGBB' format) |
static java.lang.String |
DEFAULT_SHAPE
Shape Of The Node |
static java.lang.String |
DEFAULT_WIDTH
Width Of The Virtual Bounding Box |
java.lang.String |
fill
Fill Color For The Shape Of the Node |
static java.lang.String |
FILL
Fill Color For The Shape Of the Node |
static java.lang.String |
FONT_NAME
Font Name Of the Node Id Label |
static int |
FONT_SIZE
Font Size Of the Node Id Label |
java.lang.String |
fontName
Font Name Of the Node Id Label |
int |
fontSize
Font Size Of the Node Id Label |
float |
h
Height Of The Virtual Bounding Box |
static float |
HEIGHT
Height Of The Virtual Bounding Box |
static int |
MINIMAL_NODE_DISTANCE
Minimal Node Distance arranged on a circle |
int |
minimalNodeDistance
Minimal Node Distance arranged on a circle |
java.lang.String |
outline
Color Of The Border Line |
static java.lang.String |
OUTLINE
Color Of The Border Line |
java.lang.String |
shape
Shape Of The Node |
static java.lang.String |
SHAPE
Shape Of The Node |
float |
w
Width Of The Virtual Bounding Box. |
static float |
WIDTH
Width Of The Virtual Bounding Box. |
Constructor Summary | |
GMLDefaultProperties()
|
Method Summary | |
void |
init(java.lang.String propertiesFile)
Loads the default values specified in the propertiesFile for GML purposes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_WIDTH
public static final java.lang.String DEFAULT_HEIGHT
public static final java.lang.String DEFAULT_SHAPE
public static final java.lang.String DEFAULT_FILL
public static final java.lang.String DEFAULT_ALTERNATIVE_FILL
public static final java.lang.String DEFAULT_OUTLINE
public static final java.lang.String DEFAULT_FONT_SIZE
public static final java.lang.String DEFAULT_FONT_NAME
public static final java.lang.String DEFAULT_MINIMAL_NODE_DISTANCE
public static final float WIDTH
public static final float HEIGHT
public static final java.lang.String SHAPE
public static final java.lang.String FILL
public static final java.lang.String ALTERNATIVE_FILL
public static final java.lang.String OUTLINE
public static final int FONT_SIZE
public static final java.lang.String FONT_NAME
public static final int MINIMAL_NODE_DISTANCE
public float w
public float h
public java.lang.String shape
public java.lang.String fill
public java.lang.String alternativeFill
public java.lang.String outline
public int fontSize
public java.lang.String fontName
public int minimalNodeDistance
Constructor Detail |
public GMLDefaultProperties()
Method Detail |
public void init(java.lang.String propertiesFile) throws InitializationException
init
in interface PropertiesInitializer
propertiesFile
- File with all GML configuration properties.
This file must follow java.util.Properties scheme. If it is null,
nothing is done.
InitializationException
- if an error occurs during the initialization
of the different properties.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |