Class FtileGeometry
- java.lang.Object
-
- java.awt.geom.Dimension2D
-
- net.sourceforge.plantuml.activitydiagram3.ftile.FtileGeometry
-
- All Implemented Interfaces:
Cloneable
public class FtileGeometry extends Dimension2D
-
-
Constructor Summary
Constructors Constructor Description FtileGeometry(double width, double height, double left, double inY)
FtileGeometry(double width, double height, double left, double inY, double outY)
FtileGeometry(Dimension2D dim, double left, double inY)
FtileGeometry(Dimension2D dim, double left, double inY, double outY)
-
Method Summary
-
Methods inherited from class java.awt.geom.Dimension2D
clone, setSize
-
-
-
-
Constructor Detail
-
FtileGeometry
public FtileGeometry(Dimension2D dim, double left, double inY)
-
FtileGeometry
public FtileGeometry(double width, double height, double left, double inY)
-
FtileGeometry
public FtileGeometry(double width, double height, double left, double inY, double outY)
-
FtileGeometry
public FtileGeometry(Dimension2D dim, double left, double inY, double outY)
-
-
Method Detail
-
getPointA
public Point2D getPointA()
-
getPointIn
public Point2D getPointIn()
-
getPointB
public Point2D getPointB()
-
getPointC
public Point2D getPointC()
-
getPointD
public Point2D getPointD()
-
getPointOut
public Point2D getPointOut()
-
setSize
public void setSize(double width, double height)
- Specified by:
setSize
in classDimension2D
-
incHeight
public FtileGeometry incHeight(double northHeight)
-
addTop
public FtileGeometry addTop(double northHeight)
-
addBottom
public FtileGeometry addBottom(double southHeight)
-
incRight
public FtileGeometry incRight(double missing)
-
incLeft
public FtileGeometry incLeft(double missing)
-
incVertically
public FtileGeometry incVertically(double missing1, double missing2)
-
hasPointOut
public boolean hasPointOut()
-
withoutPointOut
public FtileGeometry withoutPointOut()
-
translate
public FtileGeometry translate(UTranslate translate)
-
getInY
public final double getInY()
-
getLeft
public final double getLeft()
-
getRight
public final double getRight()
-
getOutY
public double getOutY()
-
getWidth
public final double getWidth()
- Specified by:
getWidth
in classDimension2D
-
getHeight
public final double getHeight()
- Specified by:
getHeight
in classDimension2D
-
addDim
public FtileGeometry addDim(double deltaWidth, double deltaHeight)
-
addMarginX
public FtileGeometry addMarginX(double marginx)
-
addMarginX
public FtileGeometry addMarginX(double margin1, double margin2)
-
fixedHeight
public FtileGeometry fixedHeight(double fixedHeight)
-
appendBottom
public FtileGeometry appendBottom(FtileGeometry other)
-
ensureHeight
public FtileGeometry ensureHeight(double newHeight)
-
-