Package org.geotools.styling
Class OtherTextImpl
- Object
- 
- OtherTextImpl
 
- 
- 
Constructor SummaryConstructors Constructor Description OtherTextImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTarget()The target location for the text.ExpressiongetText()The text expression to be used in the specified location.voidsetTarget(String location)voidsetText(Expression text)
 
- 
- 
- 
Method Detail- 
getTargetpublic String getTarget() Description copied from interface:OtherTextThe 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)
 - 
getTextpublic Expression getText() Description copied from interface:OtherTextThe 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)
 - 
setTextpublic void setText(Expression text) 
 
- 
 
-