Package net.sourceforge.plantuml.svek
Class Margins
- java.lang.Object
-
- net.sourceforge.plantuml.svek.Margins
-
public class Margins extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Margins(double x1, double x2, double y1, double y2)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getTotalHeight()
double
getTotalWidth()
double
getX1()
double
getX2()
double
getY1()
double
getY2()
boolean
isZero()
java.lang.String
toString()
static Margins
uniform(double value)
-
-
-
Field Detail
-
NONE
public static Margins NONE
-
-
Method Detail
-
uniform
public static Margins uniform(double value)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
isZero
public boolean isZero()
-
getX1
public final double getX1()
-
getX2
public final double getX2()
-
getY1
public final double getY1()
-
getY2
public final double getY2()
-
getTotalWidth
public double getTotalWidth()
-
getTotalHeight
public double getTotalHeight()
-
-