Class Hexagon
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.ftile.Hexagon
-
public class Hexagon extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static doublehexagonHalfSize
-
Constructor Summary
Constructors Constructor Description Hexagon()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UPolygonasPolygon(double shadowing)static UPolygonasPolygon(double shadowing, double width, double height)static UPolygonasPolygonSquare(double shadowing, double width, double height)static StencilasStencil(TextBlock tb)
-
-
-
Field Detail
-
hexagonHalfSize
public static final double hexagonHalfSize
- See Also:
- Constant Field Values
-
-