public class FtileGeometry extends Dimension2D
Constructor and Description |
---|
FtileGeometry(Dimension2D dim,
double left,
double inY) |
FtileGeometry(Dimension2D dim,
double left,
double inY,
double outY) |
FtileGeometry(double width,
double height,
double left,
double inY) |
FtileGeometry(double width,
double height,
double left,
double inY,
double outY) |
Modifier and Type | Method and Description |
---|---|
FtileGeometry |
addBottom(double southHeight) |
FtileGeometry |
addDim(double deltaWidth,
double deltaHeight) |
FtileGeometry |
addMarginX(double marginx) |
FtileGeometry |
addMarginX(double margin1,
double margin2) |
FtileGeometry |
addTop(double northHeight) |
FtileGeometry |
appendBottom(FtileGeometry other) |
FtileGeometry |
ensureHeight(double newHeight) |
FtileGeometry |
fixedHeight(double fixedHeight) |
double |
getHeight() |
double |
getInY() |
double |
getLeft() |
double |
getOutY() |
java.awt.geom.Point2D |
getPointA() |
java.awt.geom.Point2D |
getPointB() |
java.awt.geom.Point2D |
getPointC() |
java.awt.geom.Point2D |
getPointD() |
java.awt.geom.Point2D |
getPointIn() |
java.awt.geom.Point2D |
getPointOut() |
double |
getRight() |
double |
getWidth() |
boolean |
hasPointOut() |
FtileGeometry |
incHeight(double northHeight) |
FtileGeometry |
incLeft(double missing) |
FtileGeometry |
incRight(double missing) |
FtileGeometry |
incVertically(double missing1,
double missing2) |
void |
setSize(double width,
double height) |
java.lang.String |
toString() |
FtileGeometry |
translate(UTranslate translate) |
FtileGeometry |
withoutPointOut() |
public FtileGeometry(Dimension2D dim, double left, double inY)
public FtileGeometry(double width, double height, double left, double inY)
public FtileGeometry(double width, double height, double left, double inY, double outY)
public FtileGeometry(Dimension2D dim, double left, double inY, double outY)
public java.awt.geom.Point2D getPointA()
public java.awt.geom.Point2D getPointIn()
public java.awt.geom.Point2D getPointB()
public java.awt.geom.Point2D getPointC()
public java.awt.geom.Point2D getPointD()
public java.awt.geom.Point2D getPointOut()
public java.lang.String toString()
toString
in class java.lang.Object
public void setSize(double width, double height)
setSize
in class Dimension2D
public FtileGeometry incHeight(double northHeight)
public FtileGeometry addTop(double northHeight)
public FtileGeometry addBottom(double southHeight)
public FtileGeometry incRight(double missing)
public FtileGeometry incLeft(double missing)
public FtileGeometry incVertically(double missing1, double missing2)
public boolean hasPointOut()
public FtileGeometry withoutPointOut()
public FtileGeometry translate(UTranslate translate)
public final double getInY()
public final double getLeft()
public final double getRight()
public double getOutY()
public final double getWidth()
getWidth
in class Dimension2D
public final double getHeight()
getHeight
in class Dimension2D
public FtileGeometry addDim(double deltaWidth, double deltaHeight)
public FtileGeometry addMarginX(double marginx)
public FtileGeometry addMarginX(double margin1, double margin2)
public FtileGeometry fixedHeight(double fixedHeight)
public FtileGeometry appendBottom(FtileGeometry other)
public FtileGeometry ensureHeight(double newHeight)