Class VerticalLine

java.lang.Object
net.sourceforge.plantuml.nwdiag.VerticalLine
All Implemented Interfaces:
UDrawable

public class VerticalLine extends java.lang.Object implements UDrawable
  • Constructor Summary

    Constructors
    Constructor
    Description
    VerticalLine(double y1, double y2, java.util.Set<java.lang.Double> skip)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

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

    • VerticalLine

      public VerticalLine(double y1, double y2, java.util.Set<java.lang.Double> skip)
  • Method Details