Class Hexagon
- java.lang.Object
-
- net.sourceforge.plantuml.activitydiagram3.ftile.Hexagon
-
public class Hexagon extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static double
hexagonHalfSize
-
Constructor Summary
Constructors Constructor Description Hexagon()
-
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(double shadowing, double width, double height)
static Stencil
asStencil(TextBlock tb)
-
-
-
Field Detail
-
hexagonHalfSize
public static final double hexagonHalfSize
- See Also:
- Constant Field Values
-
-