Class MeasurementStyle
- java.lang.Object
-
- org.openjump.core.ui.plugin.tools.MeasurementStyle
-
-
Constructor Summary
Constructors Constructor Description MeasurementStyle()
-
Method Summary
-
-
-
Method Detail
-
paint
public void paint(Feature f, Graphics2D g, Viewport viewport) throws Exception
-
initialize
public void initialize(Layer layer)
Description copied from interface:Style
Called before #paint is applied to each Feature.- Specified by:
initialize
in interfaceStyle
- Parameters:
layer
- the layer on which to apply this style
-
setEnabled
public void setEnabled(boolean enabled)
- Specified by:
setEnabled
in interfaceStyle
-
isEnabled
public boolean isEnabled()
-
getAreaAttribute
public String getAreaAttribute()
- Returns:
- the areaAttribute
-
setAreaAttribute
public void setAreaAttribute(String areaAttribute)
- Parameters:
areaAttribute
- the areaAttribute to set
-
getLengthAttribute
public String getLengthAttribute()
- Returns:
- the lengthAttribute
-
setLengthAttribute
public void setLengthAttribute(String lengthAttribute)
- Parameters:
lengthAttribute
- the lengthAttribute to set
-
getSummaryFont
public Font getSummaryFont()
- Returns:
- the font
-
setSummaryFont
public void setSummaryFont(Font font)
- Parameters:
font
- the font to set
-
getSummaryColor
public Color getSummaryColor()
- Returns:
- the summaryColor
-
setSummaryColor
public void setSummaryColor(Color summaryColor)
- Parameters:
summaryColor
- the summaryColor to set
-
isPaintSummaryLength
public boolean isPaintSummaryLength()
- Returns:
- the paintSummary
-
setPaintSummaryLength
public void setPaintSummaryLength(boolean paintSummary)
- Parameters:
paintSummary
- the paintSummary to set
-
isPaintSummaryArea
public boolean isPaintSummaryArea()
- Returns:
- the paintSummaryArea
-
setPaintSummaryArea
public void setPaintSummaryArea(boolean paintSummaryArea)
- Parameters:
paintSummaryArea
- the paintSummaryArea to set
-
getVertexFont
public Font getVertexFont()
- Returns:
- the vertexFont
-
setVertexFont
public void setVertexFont(Font vertexFont)
- Parameters:
vertexFont
- the vertexFont to set
-
getVertexFontColor
public Color getVertexFontColor()
- Returns:
- the vertexFontColor
-
setVertexFontColor
public void setVertexFontColor(Color vertexFontColor)
- Parameters:
vertexFontColor
- the vertexFontColor to set
-
isVertexPaintDistance
public boolean isVertexPaintDistance()
- Returns:
- the vertexPaintDistance
-
setVertexPaintDistance
public void setVertexPaintDistance(boolean vertexPaintDistance)
- Parameters:
vertexPaintDistance
- the vertexPaintDistance to set
-
isVertexPaint
public boolean isVertexPaint()
- Returns:
- the vertexPaint
-
setVertexPaint
public void setVertexPaint(boolean vertexPaint)
- Parameters:
vertexPaint
- the vertexPaint to set
-
getVertexFirstColor
public Color getVertexFirstColor()
- Returns:
- the vertexFirstColor
-
setVertexFirstColor
public void setVertexFirstColor(Color vertexFirstColor)
- Parameters:
vertexFirstColor
- the vertexFirstColor to set
-
getVertexFirstForm
public String getVertexFirstForm()
- Returns:
- the vertexFirstForm
-
setVertexFirstForm
public void setVertexFirstForm(String vertexFirstForm)
- Parameters:
vertexFirstForm
- the vertexFirstForm to set
-
getVertexFirstSize
public int getVertexFirstSize()
- Returns:
- the vertexFirstSize
-
setVertexFirstSize
public void setVertexFirstSize(int vertexFirstSize)
- Parameters:
vertexFirstSize
- the vertexFirstSize to set
-
getVertexFollowingColor
public Color getVertexFollowingColor()
- Returns:
- the vertexFollowingColor
-
setVertexFollowingColor
public void setVertexFollowingColor(Color vertexFollowingColor)
- Parameters:
vertexFollowingColor
- the vertexFollowingColor to set
-
getVertexFollowingForm
public String getVertexFollowingForm()
- Returns:
- the vertexFollowingForm
-
setVertexFollowingForm
public void setVertexFollowingForm(String vertexFollowingForm)
- Parameters:
vertexFollowingForm
- the vertexFollowingForm to set
-
getVertexFollowingSize
public int getVertexFollowingSize()
- Returns:
- the vertexFollowingSize
-
setVertexFollowingSize
public void setVertexFollowingSize(int vertexFollowingSize)
- Parameters:
vertexFollowingSize
- the vertexFollowingSize to set
-
isVertexPaintDistanceRelative
public boolean isVertexPaintDistanceRelative()
- Returns:
- the vertexPaintDistanceRelative
-
setVertexPaintDistanceRelative
public void setVertexPaintDistanceRelative(boolean vertexPaintDistanceRelative)
- Parameters:
vertexPaintDistanceRelative
- the vertexPaintDistanceRelative to set
-
-