Package net.sourceforge.plantuml.style
Class ClockwiseTopRightBottomLeft
java.lang.Object
net.sourceforge.plantuml.style.ClockwiseTopRightBottomLeft
public class ClockwiseTopRightBottomLeft
extends java.lang.Object
-
Method Summary
Modifier and TypeMethodDescriptionfinal double
final double
getLeft()
final double
getRight()
final double
getTop()
static ClockwiseTopRightBottomLeft
margin1margin2
(double margin1, double margin2) static ClockwiseTopRightBottomLeft
marginForDocument
(StyleBuilder styleBuilder) static ClockwiseTopRightBottomLeft
none()
static ClockwiseTopRightBottomLeft
read
(java.lang.String value) static ClockwiseTopRightBottomLeft
same
(double value) static ClockwiseTopRightBottomLeft
topRightBottomLeft
(double top, double right, double bottom, double left) java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Method Details
-
same
-
none
-
read
-
margin1margin2
-
topRightBottomLeft
public static ClockwiseTopRightBottomLeft topRightBottomLeft(double top, double right, double bottom, double left) -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getTop
public final double getTop() -
getRight
public final double getRight() -
getBottom
public final double getBottom() -
getLeft
public final double getLeft() -
marginForDocument
-