Class PortGeometry

java.lang.Object
net.sourceforge.plantuml.svek.PortGeometry
All Implemented Interfaces:
java.lang.Comparable<PortGeometry>

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

    Constructors
    Constructor
    Description
    PortGeometry(java.lang.String id, double position, double height, int score)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    double
     
    java.lang.String
     
    double
     
    double
     
    int
     
    java.lang.String
     
    translateY(double deltaY)
     

    Methods inherited from class java.lang.Object

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

    • PortGeometry

      public PortGeometry(java.lang.String id, double position, double height, int score)
  • Method Details

    • translateY

      public PortGeometry translateY(double deltaY)
    • toString

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

      public double getHeight()
    • getPosition

      public double getPosition()
    • getLastY

      public double getLastY()
    • getScore

      public int getScore()
    • getId

      public java.lang.String getId()
    • compareTo

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