Module java.desktop
Package java.awt.geom

Class Path2D.Float

java.lang.Object
java.awt.geom.Path2D
java.awt.geom.Path2D.Float
All Implemented Interfaces:
Shape, Serializable, Cloneable
Direct Known Subclasses:
GeneralPath
Enclosing class:
Path2D

public static non-sealed class Path2D.Float extends Path2D implements Serializable
The Float class defines a geometric path with coordinates stored in single precision floating point.
Since:
1.6
See Also: