Class StripeFrontier

java.lang.Object
net.sourceforge.plantuml.mindmap.StripeFrontier

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addSegment(double x1, double x2, double value)
     
    boolean
    contains(double x, double y)
     
    double
    getContact(double x1, double x2)
     
    boolean
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

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

    • StripeFrontier

      public StripeFrontier()
  • Method Details

    • isEmpty

      public boolean isEmpty()
    • toString

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

      public boolean contains(double x, double y)
    • getContact

      public double getContact(double x1, double x2)
    • addSegment

      public void addSegment(double x1, double x2, double value)