Package eu.webtoolkit.jwt
Class WPainterPath.Segment
java.lang.Object
eu.webtoolkit.jwt.WPainterPath.Segment
- Enclosing class:
- WPainterPath
A segment.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
equals
(WPainterPath.Segment other) getType()
The type of the segmentdouble
getX()
The x parameterdouble
getY()
The y parameter
-
Method Details
-
getX
public double getX()The x parameterDepending on the
getType()
, this is either the x position of the point, or something else. -
getY
public double getY()The y parameterDepending on the
getType()
, this is either the y position of the point, or something else. -
getType
The type of the segment -
equals
-