Class Area

java.lang.Object
net.sourceforge.plantuml.skin.Area

public class Area extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Area(Dimension2D dimensionToUse)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Area
    create(double with, double height)
     
    final double
     
     
    void
    setDeltaX1(double deltaX1)
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

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

  • Method Details

    • toString

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

      public static Area create(double with, double height)
    • getDimensionToUse

      public Dimension2D getDimensionToUse()
    • setDeltaX1

      public void setDeltaX1(double deltaX1)
    • getDeltaX1

      public final double getDeltaX1()