org.geotools.styling
Class LinePlacementImpl
java.lang.Object
org.geotools.styling.LinePlacementImpl
- All Implemented Interfaces:
- org.opengis.util.Cloneable, java.lang.Cloneable, LabelPlacement, LinePlacement
- public class LinePlacementImpl
- extends java.lang.Object
- implements LinePlacement, org.opengis.util.Cloneable
- Version:
- $Id: LinePlacementImpl.java,v 1.6 2003/09/06 04:52:31 seangeo Exp $
- Author:
- Ian Turton, CCG
Constructor Summary |
LinePlacementImpl()
Creates a new instance of DefaultLinePlacement |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
LinePlacementImpl
public LinePlacementImpl()
- Creates a new instance of DefaultLinePlacement
getPerpendicularOffset
public Expression getPerpendicularOffset()
- Getter for property perpendicularOffset.
- Specified by:
getPerpendicularOffset
in interface LinePlacement
- Returns:
- Value of property perpendicularOffset.
setPerpendicularOffset
public void setPerpendicularOffset(Expression perpendicularOffset)
- Setter for property perpendicularOffset.
- Specified by:
setPerpendicularOffset
in interface LinePlacement
- Parameters:
perpendicularOffset
- New value of property perpendicularOffset.
accept
public void accept(StyleVisitor visitor)
- Specified by:
accept
in interface LinePlacement
clone
public java.lang.Object clone()
- Specified by:
clone
in interface org.opengis.util.Cloneable
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
Copyright © GeoTools. All Rights Reserved.