eu.webtoolkit.jwt
Class WPainterPath.Segment

java.lang.Object
  extended by eu.webtoolkit.jwt.WPainterPath.Segment
Enclosing class:
WPainterPath

public static class WPainterPath.Segment
extends java.lang.Object

A segment.


Method Summary
 boolean equals(WPainterPath.Segment other)
           
 eu.webtoolkit.jwt.WPainterPath.Segment.Type getType()
           
 double getX()
           
 double getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getX

public double getX()

getY

public double getY()

getType

public eu.webtoolkit.jwt.WPainterPath.Segment.Type getType()

equals

public boolean equals(WPainterPath.Segment other)