|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LinePlacement
The "LinePlacement" specifies where and how a text label should be rendered relative to a line.
The details of this object are taken from the OGC Styled-Layer Descriptor Report (OGC 02-070) version 1.0.0.:
<xsd:element name="LinePlacement">
<xsd:annotation>
<xsd:documentation>
A "LinePlacement" specifies how a text label should be rendered
relative to a linear geometry.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="sld:PerpendicularOffset" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
$Id: LinePlacement.java 32906 2009-05-02 00:24:15Z jive $
Method Summary | |
---|---|
Expression |
getPerpendicularOffset()
Returns the expression that is used to compute how far from the lines the text will be drawn. |
void |
setPerpendicularOffset(Expression offset)
Sets the expression that is used to compute how far from the lines the text will be drawn. |
Methods inherited from interface LabelPlacement |
---|
accept |
Method Detail |
---|
Expression getPerpendicularOffset()
void setPerpendicularOffset(Expression offset)
getPerpendicularOffset()
for details.
offset
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |