Class FtileGeometry
java.lang.Object
java.awt.geom.Dimension2D
net.sourceforge.plantuml.activitydiagram3.ftile.FtileGeometry
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
ConstructorsConstructorDescriptionFtileGeometry(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
Modifier and TypeMethodDescriptionaddBottom(double southHeight) addDim(double deltaWidth, double deltaHeight) addMarginX(double marginx) addMarginX(double margin1, double margin2) addTop(double northHeight) appendBottom(FtileGeometry other) ensureHeight(double newHeight) fixedHeight(double fixedHeight) final doublefinal doublegetInY()final doublegetLeft()doublegetOutY()final doublegetRight()final doublegetWidth()booleanincHeight(double northHeight) incLeft(double missing) incRight(double missing) incVertically(double missing1, double missing2) voidsetSize(double width, double height) toString()translate(UTranslate translate) Methods inherited from class java.awt.geom.Dimension2D
clone, setSize
-
Constructor Details
-
FtileGeometry
-
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
-
-
Method Details
-
getPointA
-
getPointIn
-
getPointB
-
getPointC
-
getPointD
-
getPointOut
-
toString
-
setSize
public void setSize(double width, double height) - Specified by:
setSizein classDimension2D
-
incHeight
-
addTop
-
addBottom
-
incRight
-
incLeft
-
incVertically
-
hasPointOut
public boolean hasPointOut() -
withoutPointOut
-
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:
getWidthin classDimension2D
-
getHeight
public final double getHeight()- Specified by:
getHeightin classDimension2D
-
addDim
-
addMarginX
-
addMarginX
-
fixedHeight
-
appendBottom
-
ensureHeight
-