Package net.sourceforge.plantuml.skin
Class Area
- java.lang.Object
-
- net.sourceforge.plantuml.skin.Area
-
public class Area extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Area(Dimension2D dimensionToUse)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Areacreate(double with, double height)doublegetDeltaX1()Dimension2DgetDimensionToUse()voidsetDeltaX1(double deltaX1)java.lang.StringtoString()
-
-
-
Constructor Detail
-
Area
public Area(Dimension2D dimensionToUse)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
create
public static Area create(double with, double height)
-
getDimensionToUse
public Dimension2D getDimensionToUse()
-
setDeltaX1
public void setDeltaX1(double deltaX1)
-
getDeltaX1
public final double getDeltaX1()
-
-