Class AbstractFeatureTextWriter
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.ui.AbstractFeatureTextWriter
-
public abstract class AbstractFeatureTextWriter extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractFeatureTextWriter(boolean wrapping, String shortDescription, String description)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Returns a description to display on the tooltip.String
getShortDescription()
Returns a short (2-3 letters) description to display on the button.boolean
isWrapping()
Returns whether to wrap the text.abstract String
write(Feature feature)
-
-
-
Method Detail
-
getShortDescription
public String getShortDescription()
Returns a short (2-3 letters) description to display on the button.
-
getDescription
public String getDescription()
Returns a description to display on the tooltip.
-
isWrapping
public boolean isWrapping()
Returns whether to wrap the text.
-
-