case class Path() extends Double with Product with Serializable
Path
is a convenience case class for Path2D.
Its subtypes (case class Polygon
,
etc.) are defined in other files in the scala2d
package.
- Alphabetic
- By Inheritance
- Path
- Serializable
- Product
- Equals
- Double
- Serializable
- Path2D
- Cloneable
- Shape
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new Path()
Value Members
-
final
def
append(arg0: PathIterator, arg1: Boolean): Unit
- Definition Classes
- Double → Path2D
-
final
def
append(arg0: Shape, arg1: Boolean): Unit
- Definition Classes
- Path2D
-
final
def
clone(): AnyRef
- Definition Classes
- Double → Path2D → AnyRef
-
final
def
closePath(): Unit
- Definition Classes
- Path2D
-
final
def
contains(arg0: Rectangle2D): Boolean
- Definition Classes
- Path2D → Shape
-
final
def
contains(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Boolean
- Definition Classes
- Path2D → Shape
-
final
def
contains(arg0: Point2D): Boolean
- Definition Classes
- Path2D → Shape
-
final
def
contains(arg0: Double, arg1: Double): Boolean
- Definition Classes
- Path2D → Shape
-
final
def
createTransformedShape(arg0: AffineTransform): Shape
- Definition Classes
- Path2D
-
final
def
curveTo(arg0: Double, arg1: Double, arg2: Double, arg3: Double, arg4: Double, arg5: Double): Unit
- Definition Classes
- Double → Path2D
-
final
def
getBounds(): java.awt.Rectangle
- Definition Classes
- Path2D → Shape
-
final
def
getBounds2D(): Rectangle2D
- Definition Classes
- Double → Shape
-
final
def
getCurrentPoint(): Point2D
- Definition Classes
- Path2D
-
final
def
getPathIterator(arg0: AffineTransform): PathIterator
- Definition Classes
- Double → Shape
-
final
def
getPathIterator(arg0: AffineTransform, arg1: Double): PathIterator
- Definition Classes
- Path2D → Shape
-
final
def
getWindingRule(): Int
- Definition Classes
- Path2D
-
final
def
intersects(arg0: Rectangle2D): Boolean
- Definition Classes
- Path2D → Shape
-
final
def
intersects(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Boolean
- Definition Classes
- Path2D → Shape
-
final
def
lineTo(arg0: Double, arg1: Double): Unit
- Definition Classes
- Double → Path2D
-
final
def
moveTo(arg0: Double, arg1: Double): Unit
- Definition Classes
- Double → Path2D
-
final
def
quadTo(arg0: Double, arg1: Double, arg2: Double, arg3: Double): Unit
- Definition Classes
- Double → Path2D
-
final
def
reset(): Unit
- Definition Classes
- Path2D
-
final
def
setWindingRule(arg0: Int): Unit
- Definition Classes
- Path2D
-
final
def
transform(arg0: AffineTransform): Unit
- Definition Classes
- Double → Path2D