Package net.sourceforge.plantuml.jungle
Class GTileGeometry
- java.lang.Object
-
- java.awt.geom.Dimension2D
-
- net.sourceforge.plantuml.jungle.GTileGeometry
-
- All Implemented Interfaces:
java.lang.Cloneable
public class GTileGeometry extends java.awt.geom.Dimension2D
-
-
Constructor Summary
Constructors Constructor Description GTileGeometry(double width, double height, java.util.List<java.lang.Double> westPositions)GTileGeometry(java.awt.geom.Dimension2D dim, java.util.List<java.lang.Double> westPositions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetHeight()java.util.List<java.lang.Double>getWestPositions()doublegetWidth()voidsetSize(double width, double height)
-
-
-
Method Detail
-
setSize
public void setSize(double width, double height)- Specified by:
setSizein classjava.awt.geom.Dimension2D
-
getWidth
public final double getWidth()
- Specified by:
getWidthin classjava.awt.geom.Dimension2D
-
getHeight
public final double getHeight()
- Specified by:
getHeightin classjava.awt.geom.Dimension2D
-
getWestPositions
public java.util.List<java.lang.Double> getWestPositions()
-
-