Packages

object Shapes

The Shapes object Scala provides type aliases for basic Java2D types.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Shapes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type BasicStroke = java.awt.BasicStroke
  2. type Dimension = java.awt.Dimension
  3. type Graphics = java.awt.Graphics
  4. type Graphics2D = java.awt.Graphics2D
  5. type Rectangle2D = java.awt.geom.Rectangle2D
  6. type RectangularShape = java.awt.geom.RectangularShape
  7. type Shape = java.awt.Shape