java.lang.Object
net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
net.sourceforge.plantuml.elk.proxy.graph.ElkLabel

public class ElkLabel extends ElkWithProperty
  • Field Summary

    Fields inherited from class net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty

    obj
  • Constructor Summary

    Constructors
    Constructor
    Description
    ElkLabel(java.lang.Object obj)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.String
     
    double
     
    double
     
    void
    setDimensions(double width, double height)
     
    void
    setText(java.lang.String text)
     

    Methods inherited from class net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty

    equals, hashCode, setProperty

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ElkLabel

      public ElkLabel(java.lang.Object obj)
  • Method Details

    • setText

      public void setText(java.lang.String text)
    • setDimensions

      public void setDimensions(double width, double height)
    • getText

      public java.lang.String getText()
    • getX

      public double getX()
    • getY

      public double getY()