java.lang.Object
net.sourceforge.plantuml.ugraphic.comp.Expand
All Implemented Interfaces:
java.lang.Comparable<Expand>

public class Expand extends java.lang.Object implements java.lang.Comparable<Expand>
  • Constructor Summary

    Constructors
    Constructor
    Description
    Expand(ExpandType type, double position, double extend)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    final double
     
    final double
     
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Expand

      public Expand(ExpandType type, double position, double extend)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • compareTo

      public int compareTo(Expand other)
      Specified by:
      compareTo in interface java.lang.Comparable<Expand>
    • getPosition

      public final double getPosition()
    • getExtend

      public final double getExtend()
    • getType

      public final ExpandType getType()