org.geotools.renderer.shape
Class MultiLineShape

Object
  extended by AbstractShape
      extended by MultiLineShape
All Implemented Interfaces:
Shape

public class MultiLineShape
extends AbstractShape
implements Shape

A shape for drawing on a graphics2d

Since:
2.1.x
Author:
jeichar
Module:

Field Summary
 
Fields inherited from class AbstractShape
geom
 
Constructor Summary
MultiLineShape(SimpleGeometry geom)
           
 
Method Summary
 PathIterator getPathIterator(AffineTransform at)
           
 PathIterator getPathIterator(AffineTransform at, double flatness)
           
 
Methods inherited from class AbstractShape
contains, contains, contains, contains, getBounds, getBounds2D, intersects, intersects
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Shape
contains, contains, contains, contains, getBounds, getBounds2D, intersects, intersects
 

Constructor Detail

MultiLineShape

public MultiLineShape(SimpleGeometry geom)
Method Detail

getPathIterator

public PathIterator getPathIterator(AffineTransform at)
Specified by:
getPathIterator in interface Shape

getPathIterator

public PathIterator getPathIterator(AffineTransform at,
                                    double flatness)
Specified by:
getPathIterator in interface Shape


Copyright © 1996-2009 Geotools. All Rights Reserved.