Class FtileGeometry
java.lang.Object
net.sourceforge.plantuml.awt.geom.Dimension2D
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
(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 double
final double
getInY()
final double
getLeft()
double
getOutY()
java.awt.geom.Point2D
java.awt.geom.Point2D
java.awt.geom.Point2D
java.awt.geom.Point2D
java.awt.geom.Point2D
java.awt.geom.Point2D
final double
getRight()
final double
getWidth()
boolean
incHeight
(double northHeight) incLeft
(double missing) incRight
(double missing) incVertically
(double missing1, double missing2) void
setSize
(double width, double height) java.lang.String
toString()
translate
(UTranslate translate) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
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
public java.awt.geom.Point2D getPointA() -
getPointIn
public java.awt.geom.Point2D getPointIn() -
getPointB
public java.awt.geom.Point2D getPointB() -
getPointC
public java.awt.geom.Point2D getPointC() -
getPointD
public java.awt.geom.Point2D getPointD() -
getPointOut
public java.awt.geom.Point2D getPointOut() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
setSize
public void setSize(double width, double height) - Overrides:
setSize
in 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()- Overrides:
getWidth
in classDimension2D
-
getHeight
public final double getHeight()- Overrides:
getHeight
in classDimension2D
-
addDim
-
addMarginX
-
addMarginX
-
fixedHeight
-
appendBottom
-
ensureHeight
-