Class Expand
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.comp.Expand
-
- All Implemented Interfaces:
Comparable<Expand>
public class Expand extends Object implements Comparable<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()
String
toString()
-
-
-
Constructor Detail
-
Expand
public Expand(ExpandType type, double position, double extend)
-
-
Method Detail
-
compareTo
public int compareTo(Expand other)
- Specified by:
compareTo
in interfaceComparable<Expand>
-
getPosition
public final double getPosition()
-
getExtend
public final double getExtend()
-
getType
public final ExpandType getType()
-
-