Uses of Class
org.verapdf.wcag.algorithms.entities.geometry.Vertex
-
Packages that use Vertex Package Description org.verapdf.wcag.algorithms.entities.content org.verapdf.wcag.algorithms.entities.geometry org.verapdf.wcag.algorithms.entities.tables -
-
Uses of Vertex in org.verapdf.wcag.algorithms.entities.content
Methods in org.verapdf.wcag.algorithms.entities.content that return Vertex Modifier and Type Method Description VertexLineChunk. getEnd()static VertexLineChunk. getIntersectionVertex(LineChunk horizontalLine, LineChunk verticalLine)VertexLineChunk. getStart() -
Uses of Vertex in org.verapdf.wcag.algorithms.entities.geometry
Methods in org.verapdf.wcag.algorithms.entities.geometry with parameters of type Vertex Modifier and Type Method Description static booleanVertex. areCloseVertexes(Vertex v1, Vertex v2)static booleanVertex. areCloseVertexes(Vertex v1, Vertex v2, double epsilon)intVertex.VertexComparatorX. compare(Vertex vertex1, Vertex vertex2)intVertex.VertexComparatorY. compare(Vertex vertex1, Vertex vertex2) -
Uses of Vertex in org.verapdf.wcag.algorithms.entities.tables
Methods in org.verapdf.wcag.algorithms.entities.tables that return types with arguments of type Vertex Modifier and Type Method Description Set<Vertex>TableBorderBuilder. getVertexes()Methods in org.verapdf.wcag.algorithms.entities.tables with parameters of type Vertex Modifier and Type Method Description voidTableBorderBuilder. addVertex(Vertex v)
-