| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.kitfox.svg.pathcmd.PathCommand
com.kitfox.svg.pathcmd.Vertical
public class Vertical
| Field Summary | |
|---|---|
|  float | y | 
| Fields inherited from class com.kitfox.svg.pathcmd.PathCommand | 
|---|
| isRelative | 
| Constructor Summary | |
|---|---|
| Vertical()Creates a new instance of MoveTo | |
| Vertical(boolean isRelative,
         float y) | |
| Method Summary | |
|---|---|
|  void | appendPath(java.awt.geom.GeneralPath path,
           BuildHistory hist) | 
|  int | getNumKnotsAdded() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public float y
| Constructor Detail | 
|---|
public Vertical()
public Vertical(boolean isRelative,
                float y)
| Method Detail | 
|---|
public void appendPath(java.awt.geom.GeneralPath path,
                       BuildHistory hist)
appendPath in class PathCommandpublic int getNumKnotsAdded()
getNumKnotsAdded in class PathCommand| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||