net.refractions.udig.tools.edit.support
Class PathAdapter
java.lang.Object
net.refractions.udig.tools.edit.support.PathAdapter
public class PathAdapter
- extends java.lang.Object
Provides a single interface for interacting with swt Path objects and awt GeneralPath Objects. This is because right now Linux requires awt and other
platforms use SWT.
- Since:
- 1.1.0
- Author:
- Jesse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathAdapter
public PathAdapter()
lineTo
public void lineTo(int x,
int y)
moveTo
public void moveTo(int x,
int y)
isPath
public boolean isPath()
getPath
public Path getPath()
getPathIterator
public java.awt.geom.PathIterator getPathIterator()
setPath
public void setPath(Path path2)
close
public void close()