org.geotools.styling
Class OtherTextImpl
Object
OtherTextImpl
- All Implemented Interfaces:
- OtherText
public class OtherTextImpl
- extends Object
- implements OtherText
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OtherTextImpl
public OtherTextImpl()
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)
- Specified by:
getTarget
in interface OtherText
- Returns:
setTarget
public void setTarget(String location)
- Specified by:
setTarget
in interface OtherText
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)
- Specified by:
getText
in interface OtherText
- Returns:
setText
public void setText(Expression text)
- Specified by:
setText
in interface OtherText
Copyright © 1996-2014 Geotools. All Rights Reserved.