|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knime.core.data.property.ShapeFactory
public final class ShapeFactory
Abstract class for different drawable shapes.
Nested Class Summary | |
---|---|
static class |
ShapeFactory.Shape
Abstract implementation of a shape. |
Field Summary | |
---|---|
static String |
ASTERISK
Name of and key for the asterisk. |
static String |
CIRCLE
Name of and key for the circle. |
static String |
CROSS
Name of and key for the cross. |
static String |
DEFAULT
Name of and key for the default shape. |
static String |
DIAMOND
Name of and key for the diamond. |
static String |
HORIZONTAL_LINE
Name of and key for the horizontal line. |
static String |
RECTANGLE
Name of and key for the rectangle. |
static String |
REVERSE_TRIANGLE
Name of and key for the reverse triangle. |
static String |
TRIANGLE
Name of and key for the triangle. |
static String |
VERTICAL_LINE
Name of and key for the vertical line. |
static String |
X_SHAPE
Name of and key for the "X". |
Method Summary | |
---|---|
static ShapeFactory.Shape |
getShape(String name)
|
static Set<ShapeFactory.Shape> |
getShapes()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String RECTANGLE
public static final String CIRCLE
public static final String TRIANGLE
public static final String REVERSE_TRIANGLE
public static final String DIAMOND
public static final String CROSS
public static final String ASTERISK
public static final String X_SHAPE
public static final String HORIZONTAL_LINE
public static final String VERTICAL_LINE
public static final String DEFAULT
Method Detail |
---|
public static Set<ShapeFactory.Shape> getShapes()
public static ShapeFactory.Shape getShape(String name)
name
- the name of the shape (also shape.toString() value).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |