Class PdfCleanUpRegionFilter.StandardLine

  • Enclosing class:
    PdfCleanUpRegionFilter

    private static class PdfCleanUpRegionFilter.StandardLine
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) float A  
      (package private) float B  
      (package private) float C  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean contains​(Point2D point)  
      (package private) float getSlope()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • A

        float A
      • B

        float B
      • C

        float C
    • Method Detail

      • getSlope

        float getSlope()
      • contains

        boolean contains​(Point2D point)