Class Vertex
- java.lang.Object
-
- org.verapdf.wcag.algorithms.entities.content.InfoChunk
-
- org.verapdf.wcag.algorithms.entities.geometry.Vertex
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVertex.VertexComparatorXstatic classVertex.VertexComparatorY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanareCloseVertexes(Vertex v1, Vertex v2)static booleanareCloseVertexes(Vertex v1, Vertex v2, double epsilon)booleanequals(Object o)doublegetRadius()doublegetX()doublegetY()inthashCode()StringtoString()-
Methods inherited from class org.verapdf.wcag.algorithms.entities.content.InfoChunk
getBottomY, getBoundingBox, getCenterX, getCenterY, getLastPageNumber, getLeftX, getPageNumber, getRightX, getTopY, setBoundingBox, setLastPageNumber, setPageNumber, unionBoundingBox
-
-
-
-
Constructor Detail
-
Vertex
public Vertex(Integer pageNumber, double x, double y, double radius)
-
-