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 double
getHeight()
java.util.List<java.lang.Double>
getWestPositions()
double
getWidth()
void
setSize(double width, double height)
-
-
-
Method Detail
-
setSize
public void setSize(double width, double height)
- Specified by:
setSize
in classjava.awt.geom.Dimension2D
-
getWidth
public final double getWidth()
- Specified by:
getWidth
in classjava.awt.geom.Dimension2D
-
getHeight
public final double getHeight()
- Specified by:
getHeight
in classjava.awt.geom.Dimension2D
-
getWestPositions
public java.util.List<java.lang.Double> getWestPositions()
-
-