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 final double
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Hexagon

      public Hexagon()
  • Method Details

    • asPolygon

      public static UPolygon asPolygon(double shadowing)
    • asPolygon

      public static UPolygon asPolygon(double shadowing, double width, double height)
    • asStencil

      public static Stencil asStencil(TextBlock tb)
    • asPolygonSquare

      public static UPolygon asPolygonSquare(double shadowing, double width, double height)