Class DefaultSurfaceShapeStyle<T>
java.lang.Object
repast.simphony.visualization.gis3D.style.DefaultSurfaceShapeStyle<T>
- All Implemented Interfaces:
StyleGIS<T>,SurfaceShapeStyle<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFillColor(T obj) doublegetFillOpacity(T obj) getLineColor(T obj) doublegetLineOpacity(T obj) doublegetLineWidth(T obj) gov.nasa.worldwind.render.SurfaceShapegetSurfaceShape(T object, gov.nasa.worldwind.render.SurfaceShape shape)
-
Constructor Details
-
DefaultSurfaceShapeStyle
public DefaultSurfaceShapeStyle()
-
-
Method Details
-
getSurfaceShape
public gov.nasa.worldwind.render.SurfaceShape getSurfaceShape(T object, gov.nasa.worldwind.render.SurfaceShape shape) - Specified by:
getSurfaceShapein interfaceSurfaceShapeStyle<T>
-
getFillColor
- Specified by:
getFillColorin interfaceSurfaceShapeStyle<T>
-
getFillOpacity
- Specified by:
getFillOpacityin interfaceSurfaceShapeStyle<T>
-
getLineColor
- Specified by:
getLineColorin interfaceSurfaceShapeStyle<T>
-
getLineOpacity
- Specified by:
getLineOpacityin interfaceSurfaceShapeStyle<T>
-
getLineWidth
- Specified by:
getLineWidthin interfaceSurfaceShapeStyle<T>
-