Uses of Enum Class
org.apache.lucene.geo.Tessellator.State
Packages that use Tessellator.State
-
Uses of Tessellator.State in org.apache.lucene.geo
Methods in org.apache.lucene.geo that return Tessellator.StateModifier and TypeMethodDescriptionstatic Tessellator.State
Returns the enum constant of this class with the specified name.static Tessellator.State[]
Tessellator.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.geo with parameters of type Tessellator.StateModifier and TypeMethodDescriptionprivate static final List<Tessellator.Triangle>
Tessellator.earcutLinkedList
(Object polygon, Tessellator.Node currEar, List<Tessellator.Triangle> tessellation, Tessellator.State state, boolean mortonOptimized, Tessellator.Monitor monitor, int depth) Main ear slicing loop which triangulates the vertices of a polygon, provided as a doubly-linked list.private static void
Tessellator.notifyMonitor
(Tessellator.State state, int depth, Tessellator.Monitor monitor, Tessellator.Node start, List<Tessellator.Triangle> tessellation)