Uses of Class
org.verapdf.wcag.algorithms.entities.geometry.Vertex
-
-
Uses of Vertex in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks that return Vertex Modifier and Type Method Description VertexMatrix. transformVertex(Vertex v)Methods in org.verapdf.gf.model.factory.chunks with parameters of type Vertex Modifier and Type Method Description static BoundingBoxCurvesHelper. getBoundingBoxForCurveC(int pageNumber, Vertex v0, Vertex v1, Vertex v2, Vertex v3, double width)static BoundingBoxCurvesHelper. getBoundingBoxForCurveV(int pageNumber, Vertex v0, Vertex v2, Vertex v3, double width)static BoundingBoxCurvesHelper. getBoundingBoxForCurveY(int pageNumber, Vertex v0, Vertex v1, Vertex v3, double width)VertexMatrix. transformVertex(Vertex v)Constructors in org.verapdf.gf.model.factory.chunks with parameters of type Vertex Constructor Description CurveChunk(Integer pageNumber, Vertex v0, Vertex v1, Vertex v2, double width, boolean isVOperator)CurveChunk(Integer pageNumber, Vertex v0, Vertex v1, Vertex v2, Vertex v3, double width) -
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)
-