Class Layer
- java.lang.Object
-
- com.vividsolutions.jtstest.testbuilder.model.Layer
-
public class Layer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Layer(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeometrygetGeometry()java.lang.StringgetName()java.lang.StringgetNameInfo()GeometryContainergetSource()StyleListgetStyles()booleanisEnabled()voidpaint(java.awt.Graphics2D g, Viewport viewport)voidsetEnabled(boolean isEnabled)voidsetSource(GeometryContainer geomCont)voidsetStyle(BasicStyle style)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getNameInfo
public java.lang.String getNameInfo()
-
setEnabled
public void setEnabled(boolean isEnabled)
-
setSource
public void setSource(GeometryContainer geomCont)
-
getSource
public GeometryContainer getSource()
-
isEnabled
public boolean isEnabled()
-
getStyles
public StyleList getStyles()
-
setStyle
public void setStyle(BasicStyle style)
-
getGeometry
public Geometry getGeometry()
-
paint
public void paint(java.awt.Graphics2D g, Viewport viewport)
-
-