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 OutlinedShapeAbstractShape. outlineShapeRendererOutlined shapes are drawn asOutlinedShapes.Methods in gov.nasa.worldwind.render with parameters of type OutlinedShape Modifier and Type Method Description voidDrawContext. 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.voidDrawContextImpl. 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 OutlinedShapeAbstractAirspace. outlineShapeRenderer
-