Uses of Interface
gov.nasa.worldwind.render.OutlinedShape
-
Packages that use OutlinedShape Package Description gov.nasa.worldwind.render gov.nasa.worldwind.render.airspaces -
-
Uses of OutlinedShape in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as OutlinedShape Modifier and Type Field Description protected OutlinedShape
AbstractShape. outlineShapeRenderer
Outlined shapes are drawn asOutlinedShape
s.Methods in gov.nasa.worldwind.render with parameters of type OutlinedShape Modifier and Type Method Description void
DrawContext. drawOutlinedShape(OutlinedShape renderer, java.lang.Object shape)
Performs a multi-pass rendering technique to ensure that outlines around filled shapes are drawn correctly when blending or ant-aliasing is performed, and that filled portions of the shape resolve depth-buffer fighting with shapes previously drawn in favor of the current shape.void
DrawContextImpl. drawOutlinedShape(OutlinedShape renderer, java.lang.Object shape)
-
Uses of OutlinedShape in gov.nasa.worldwind.render.airspaces
Fields in gov.nasa.worldwind.render.airspaces declared as OutlinedShape Modifier and Type Field Description protected OutlinedShape
AbstractAirspace. outlineShapeRenderer
-