Class FtileGeometry
java.lang.Object
net.sourceforge.plantuml.klimt.geom.XDimension2D
net.sourceforge.plantuml.activitydiagram3.ftile.FtileGeometry
-
Constructor Summary
ConstructorsConstructorDescriptionFtileGeometry
(double width, double height, double left, double inY) FtileGeometry
(double width, double height, double left, double inY, double outY) FtileGeometry
(XDimension2D dim, double left, double inY) FtileGeometry
(XDimension2D 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 double
final double
getInY()
final double
getLeft()
double
getOutY()
final double
getRight()
final double
getWidth()
boolean
incHeight
(double northHeight) incInY
(double missing) incLeft
(double missing) incRight
(double missing) incVertically
(double missing1, double missing2) toString()
translate
(UTranslate translate) Methods inherited from class net.sourceforge.plantuml.klimt.geom.XDimension2D
applyTranslate, atLeast, delta, delta, fromDimension, max, mergeLayoutT12B3, mergeLR, mergeTB, mergeTB, withWidth
-
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
- Overrides:
toString
in classXDimension2D
-
incHeight
-
addTop
-
addBottom
-
incRight
-
incLeft
-
incVertically
-
incInY
-
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()- Overrides:
getWidth
in classXDimension2D
-
getHeight
public final double getHeight()- Overrides:
getHeight
in classXDimension2D
-
addDim
-
addMarginX
-
addMarginX
-
fixedHeight
-
appendBottom
-
ensureHeight
-