Package org.geotools.styling
Class OtherTextImpl
- Object
-
- OtherTextImpl
-
-
Constructor Summary
Constructors Constructor Description OtherTextImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTarget()
The target location for the text.Expression
getText()
The text expression to be used in the specified location.void
setTarget(String location)
void
setText(Expression text)
-
-
-
Method Detail
-
getTarget
public String 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)
-
getText
public Expression 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
public void setText(Expression text)
-
-