|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
A Path2D segment type. More...
Public Member Functions | |
| byte | integer () |
| Return the integer segment type value as a byte. More... | |
| SegmentType (final int v) | |
Static Public Member Functions | |
| static SegmentType | valueOf (final int type) |
| Return the SegmentType associated with the integer segment type. More... | |
| static int | getPointCount (final int type) |
| Return the number of points associated with the integer segment type. More... | |
Public Attributes | |
| MOVETO =(1) | |
| LINETO =(1) | |
| QUADTO =(2) | |
| CUBICTO =(3) | |
| CLOSE =(0) | |
| final int | point_count |
| Number of points associated with this segment type. More... | |
A Path2D segment type.
Definition at line 36 of file Path2F.java.
| com.jogamp.math.geom.plane.Path2F.SegmentType.SegmentType | ( | final int | v | ) |
Definition at line 77 of file Path2F.java.
|
static |
Return the number of points associated with the integer segment type.
Definition at line 65 of file Path2F.java.
| byte com.jogamp.math.geom.plane.Path2F.SegmentType.integer | ( | ) |
Return the integer segment type value as a byte.
Definition at line 47 of file Path2F.java.
|
static |
Return the SegmentType associated with the integer segment type.
Definition at line 52 of file Path2F.java.
| com.jogamp.math.geom.plane.Path2F.SegmentType.CLOSE =(0) |
Definition at line 41 of file Path2F.java.
| com.jogamp.math.geom.plane.Path2F.SegmentType.CUBICTO =(3) |
Definition at line 40 of file Path2F.java.
| com.jogamp.math.geom.plane.Path2F.SegmentType.LINETO =(1) |
Definition at line 38 of file Path2F.java.
| com.jogamp.math.geom.plane.Path2F.SegmentType.MOVETO =(1) |
Definition at line 37 of file Path2F.java.
| final int com.jogamp.math.geom.plane.Path2F.SegmentType.point_count |
Number of points associated with this segment type.
Definition at line 44 of file Path2F.java.
| com.jogamp.math.geom.plane.Path2F.SegmentType.QUADTO =(2) |
Definition at line 39 of file Path2F.java.