Uses of Class
gov.nasa.worldwind.util.combine.CombineContext
- 
Packages that use CombineContext Package Description gov.nasa.worldwind.render gov.nasa.worldwind.util gov.nasa.worldwind.util.combine 
- 
- 
Uses of CombineContext in gov.nasa.worldwind.renderMethods in gov.nasa.worldwind.render with parameters of type CombineContext Modifier and Type Method Description voidAbstractSurfaceShape. combine(CombineContext cc)Causes this Combinable to draw its contours using the GLU tessellator attached to the provided CombineContext.protected voidAbstractSurfaceShape. combineBounds(CombineContext cc)protected voidAbstractSurfaceShape. combineContours(CombineContext cc)protected voidAbstractSurfaceShape. doCombineContour(CombineContext cc, java.lang.Iterable<? extends LatLon> contour)protected voidAbstractSurfaceShape. doCombineContours(CombineContext cc)
- 
Uses of CombineContext in gov.nasa.worldwind.utilMethods in gov.nasa.worldwind.util with parameters of type CombineContext Modifier and Type Method Description voidContourList. combine(CombineContext cc)Causes this Combinable to draw its contours using the GLU tessellator attached to the provided CombineContext.protected voidContourList. combineBounds(CombineContext cc)protected voidContourList. combineContours(CombineContext cc)protected voidContourList. doCombineContours(CombineContext cc)
- 
Uses of CombineContext in gov.nasa.worldwind.util.combineFields in gov.nasa.worldwind.util.combine declared as CombineContext Modifier and Type Field Description protected CombineContextCombineContext.TessCallbackAdapter. ccThe CombineContext that receives forwarded GLU tessellator callbacks.Methods in gov.nasa.worldwind.util.combine that return CombineContext Modifier and Type Method Description protected CombineContextShapeCombiner. createContext()Methods in gov.nasa.worldwind.util.combine with parameters of type CombineContext Modifier and Type Method Description protected voidShapeCombiner. assembleBoundingSectors(CombineContext cc, Combinable... shapes)voidCombinable. combine(CombineContext cc)Causes this Combinable to draw its contours using the GLU tessellator attached to the provided CombineContext.protected voidShapeCombiner. difference(CombineContext cc, Combinable... shapes)protected voidShapeCombiner. intersection(CombineContext cc, Combinable... shapes)protected voidShapeCombiner. intersection(CombineContext cc, Combinable a, Combinable b)protected voidShapeCombiner. reverseUnion(CombineContext cc, Combinable... shapes)protected voidShapeCombiner. union(CombineContext cc, Combinable... shapes)Constructors in gov.nasa.worldwind.util.combine with parameters of type CombineContext Constructor Description TessCallbackAdapter(CombineContext cc)Creates a new TessCallbackAdapter with a CombineContext that receives GLU tessellator callbacks sent to this instance.
 
-