Class Diamond
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.ftile.Diamond
-
public class Diamond extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static double
diamondHalfSize
-
Constructor Summary
Constructors Constructor Description Diamond()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UPolygon
asPolygon(double shadowing)
static UPolygon
asPolygon(double shadowing, double width, double height)
static UPolygon
asPolygonSquare(boolean shadowing, double width, double height)
static Stencil
asStencil(TextBlock tb)
-
-
-
Field Detail
-
diamondHalfSize
public static final double diamondHalfSize
- See Also:
- Constant Field Values
-
-