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 String
BITMAP_STYLE
static String
CIRCLE_STYLE
static String
CROSS_STYLE
static String
SQUARE_STYLE
static String
STAR_STYLE
static String
TRIANGLE_STYLE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VertexStyle
createVertexStyle(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)
-
-