Uses of Class
org.verapdf.wcag.algorithms.entities.geometry.Vertex
Packages that use Vertex
Package
Description
-
Uses of Vertex in org.verapdf.gf.model.factory.chunks
Methods in org.verapdf.gf.model.factory.chunks that return VertexMethods in org.verapdf.gf.model.factory.chunks with parameters of type VertexModifier and TypeMethodDescriptionstatic 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) Matrix.transformVertex(Vertex v) Constructors in org.verapdf.gf.model.factory.chunks with parameters of type Vertex -
Uses of Vertex in org.verapdf.wcag.algorithms.entities.content
Methods in org.verapdf.wcag.algorithms.entities.content that return Vertex -
Uses of Vertex in org.verapdf.wcag.algorithms.entities.geometry
Methods in org.verapdf.wcag.algorithms.entities.geometry with parameters of type VertexModifier and TypeMethodDescriptionstatic booleanVertex.areCloseVertexes(Vertex v1, Vertex v2) static booleanVertex.areCloseVertexes(Vertex v1, Vertex v2, double epsilon) intint -
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 VertexMethods in org.verapdf.wcag.algorithms.entities.tables with parameters of type Vertex