Package org.geotools.styling
Class OtherTextImpl
Object
OtherTextImpl
- All Implemented Interfaces:
OtherText
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe target location for the text.getText()
The text expression to be used in the specified location.void
void
setText
(Expression text)
-
Constructor Details
-
OtherTextImpl
public OtherTextImpl()
-
-
Method Details
-
getTarget
Description copied from interface:OtherText
The target location for the text. It can be anything, but it's up to the renderer to decide whether it can be used or not (some paths can be used, others are not understood) -
setTarget
-
getText
Description copied from interface:OtherText
The text expression to be used in the specified location. Normally it should be a string, but a renderer may accept something different (a number, a date) -
setText
-