- All Superinterfaces:
Serializable
- All Known Subinterfaces:
CustomShape
- All Known Implementing Classes:
StandardShapes
public interface Shape extends Serializable
This interface lists all standard shapes available for nodes.
The interface can be used like an
enum
.
- Author:
- Dr. Peter Droste, Omix Visualization
-
Field Summary
Fields Modifier and Type Field Description static Shape
AngledRectangle
AngledRectangle.static Shape
ChevronBottom
ChevronBottom.static Shape
ChevronLeft
ChevronLeft.static Shape
ChevronRight
ChevronRight.static Shape
ChevronTop
ChevronTop.static Shape
Circle
Circle.static Shape
Diamond
Diamond.static Shape
DoubleEmblemHorizontal
DoubleEmblemHorizontal.static Shape
DoubleEmblemVertical
DoubleEmblemVertical.static Shape
DoubleTagHorizontal
Horizontal double tag.static Shape
DoubleTagVertical
Vertical double tag.static Shape
Ellipse
Ellipse.static Shape
EmblemBottom
EmblemBottom.static Shape
EmblemLeft
EmblemLeft.static Shape
EmblemRight
EmblemRight.static Shape
EmblemTop
EmblemTop.static Shape
EmptySet
EmptySet.static Shape
FilledEmptySet
FilledEmptySet.static Shape
Hexagon
Hexagon.static Shape
Hexagon2
Hexagon2.static Shape
Pentagon
Pentagon.static Shape
Pentagon2
Pentagon2.static Shape
Rectangle
Rectangle.static Shape
RectangleHalfAngledBottom
RectangleHalfAngledBottom.static Shape
RectangleHalfAngledTop
RectangleHalfAngledTop.static Shape
RectangleHalfRoundedBottom
RectangleHalfRoundedBottom.static Shape
RectangleHalfRoundedTop
RectangleHalfRoundedTop.static Shape
ReversibilitySign
ReversibilitySign.static Shape
RhomboidDown
RhomboidDown.static Shape
RhomboidLeft
RhomboidLeft.static Shape
RhomboidRight
RhomboidRight.static Shape
RhomboidUp
RhomboidUp.static Shape
RoundedRectangle
RoundedRectangle.static Shape
Square
Square.static Shape
TagBottom
TagBottom.static Shape
TagLeft
TagLeft.static Shape
TagRight
TagRight.static Shape
TagTop
TagTop.static Shape
TrapezoidBottom
TrapezoidBottom.static Shape
TrapezoidLeft
TrapezoidLeft.static Shape
TrapezoidRight
TrapezoidRight.static Shape
TrapezoidTop
TrapezoidTop.static Shape
TriangleBottom
TriangleBottom.static Shape
TriangleLeft
TriangleLeft.static Shape
TriangleRight
TriangleRight.static Shape
TriangleTop
TriangleTop. -
Method Summary
-
Field Details
-
Diamond
Diamond. -
Ellipse
Ellipse. -
Hexagon
Hexagon. -
Pentagon
Pentagon. -
Rectangle
Rectangle. -
RoundedRectangle
RoundedRectangle. -
Hexagon2
Hexagon2. -
Pentagon2
Pentagon2. -
RectangleHalfRoundedTop
RectangleHalfRoundedTop. -
RectangleHalfRoundedBottom
RectangleHalfRoundedBottom. -
TagRight
TagRight. -
TagLeft
TagLeft. -
TagTop
TagTop. -
TagBottom
TagBottom. -
DoubleTagHorizontal
Horizontal double tag. -
DoubleTagVertical
Vertical double tag. -
RhomboidRight
RhomboidRight. -
RhomboidLeft
RhomboidLeft. -
RhomboidUp
RhomboidUp. -
RhomboidDown
RhomboidDown. -
ChevronRight
ChevronRight. -
ChevronLeft
ChevronLeft. -
ChevronTop
ChevronTop. -
ChevronBottom
ChevronBottom. -
EmblemRight
EmblemRight. -
EmblemLeft
EmblemLeft. -
EmblemTop
EmblemTop. -
EmblemBottom
EmblemBottom. -
DoubleEmblemHorizontal
DoubleEmblemHorizontal. -
DoubleEmblemVertical
DoubleEmblemVertical. -
AngledRectangle
AngledRectangle. -
RectangleHalfAngledTop
RectangleHalfAngledTop. -
RectangleHalfAngledBottom
RectangleHalfAngledBottom. -
Circle
Circle. -
Square
Square. -
EmptySet
EmptySet. -
FilledEmptySet
FilledEmptySet. -
TrapezoidBottom
TrapezoidBottom. -
TrapezoidLeft
TrapezoidLeft. -
TrapezoidRight
TrapezoidRight. -
TrapezoidTop
TrapezoidTop. -
TriangleRight
TriangleRight. -
TriangleLeft
TriangleLeft. -
TriangleTop
TriangleTop. -
TriangleBottom
TriangleBottom. -
ReversibilitySign
ReversibilitySign.
-
-
Method Details