Class LayerStyle
java.lang.Object
org.locationtech.jtstest.testbuilder.ui.style.LayerStyle
- All Implemented Interfaces:
Style
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLayerStyle(BasicStyle geomStyle) LayerStyle(BasicStyle geomStyle, StyleList decoratorStyle) LayerStyle(LayerStyle layerStyle) -
Method Summary
Modifier and TypeMethodDescriptioncopy()intintintintintbooleanbooleanisLabel()booleanisOffset()booleanbooleanbooleanbooleanbooleanbooleanvoidpaint(Geometry geom, Viewport viewport, Graphics2D g) voidvoidsetEndpoints(boolean show) voidsetFillType(int fillType) voidsetLabel(boolean show) voidsetLabelColor(Color color) voidsetLabelSize(int size) voidsetOffset(boolean show) voidsetOffsetSize(int offsetSize) voidsetOrientations(boolean show) voidsetSegIndex(boolean show) voidsetShift(boolean isShift) voidsetStructure(boolean show) voidsetVertexColor(Color color) voidsetVertexLabels(boolean show) voidsetVertexSize(int size) voidsetVertexSymbol(int sym) voidsetVertices(boolean show)
-
Field Details
-
INIT_OFFSET_SIZE
public static final int INIT_OFFSET_SIZE- See Also:
-
-
Constructor Details
-
LayerStyle
-
LayerStyle
-
LayerStyle
-
-
Method Details
-
copy
-
getGeomStyle
-
getDecoratorStyle
-
getFillType
public int getFillType() -
setFillType
public void setFillType(int fillType) -
getVertexSymbol
public int getVertexSymbol() -
setVertexSymbol
public void setVertexSymbol(int sym) -
setColor
-
setVertices
public void setVertices(boolean show) -
isVertices
public boolean isVertices() -
setEndpoints
public void setEndpoints(boolean show) -
isEndpoints
public boolean isEndpoints() -
getVertexSize
public int getVertexSize() -
setVertexSize
public void setVertexSize(int size) -
getVertexColor
-
setVertexColor
-
setVertexLabels
public void setVertexLabels(boolean show) -
isVertexLabels
public boolean isVertexLabels() -
setLabel
public void setLabel(boolean show) -
isLabel
public boolean isLabel() -
getLabelSize
public int getLabelSize() -
setLabelSize
public void setLabelSize(int size) -
getLabelColor
-
setLabelColor
-
paint
-
setOffset
public void setOffset(boolean show) -
isOffset
public boolean isOffset() -
setOffsetSize
public void setOffsetSize(int offsetSize) -
getOffsetSize
public int getOffsetSize() -
setOrientations
public void setOrientations(boolean show) -
isOrientations
public boolean isOrientations() -
setStructure
public void setStructure(boolean show) -
isStructure
public boolean isStructure() -
setSegIndex
public void setSegIndex(boolean show) -
isSegIndex
public boolean isSegIndex() -
setShift
public void setShift(boolean isShift) -
isShifted
public boolean isShifted()
-