public abstract class AbstractFeatureTextWriter extends Object
| Constructor and Description |
|---|
AbstractFeatureTextWriter(boolean wrapping,
String shortDescription,
String description) |
| Modifier and Type | Method and 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) |
public String getShortDescription()
public String getDescription()
public boolean isWrapping()
Copyright © 2015. All rights reserved.