Package de.latlon.deejump.plugin.style
Class VertexStylesFactory
- java.lang.Object
-
- de.latlon.deejump.plugin.style.VertexStylesFactory
-
public class VertexStylesFactory extends Object
...- Author:
- Ugo Taddei
-
-
Field Summary
Fields Modifier and Type Field Description static StringBITMAP_STYLEstatic StringCIRCLE_STYLEstatic StringCROSS_STYLEstatic StringSQUARE_STYLEstatic StringSTAR_STYLEstatic StringTRIANGLE_STYLE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VertexStylecreateVertexStyle(String wellKnowName)
-
-
-
Field Detail
-
SQUARE_STYLE
public static final String SQUARE_STYLE
- See Also:
- Constant Field Values
-
CIRCLE_STYLE
public static final String CIRCLE_STYLE
- See Also:
- Constant Field Values
-
TRIANGLE_STYLE
public static final String TRIANGLE_STYLE
- See Also:
- Constant Field Values
-
STAR_STYLE
public static final String STAR_STYLE
- See Also:
- Constant Field Values
-
CROSS_STYLE
public static final String CROSS_STYLE
- See Also:
- Constant Field Values
-
BITMAP_STYLE
public static final String BITMAP_STYLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
createVertexStyle
public static VertexStyle createVertexStyle(String wellKnowName)
-
-