Class Expand
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.comp.Expand
-
-
Constructor Summary
Constructors Constructor Description Expand(ExpandType type, double position, double extend)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Expand other)
double
getExtend()
double
getPosition()
ExpandType
getType()
java.lang.String
toString()
-
-
-
Constructor Detail
-
Expand
public Expand(ExpandType type, double position, double extend)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
compareTo
public int compareTo(Expand other)
- Specified by:
compareTo
in interfacejava.lang.Comparable<Expand>
-
getPosition
public final double getPosition()
-
getExtend
public final double getExtend()
-
getType
public final ExpandType getType()
-
-