object Reified extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Reified
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Bitmap(transform: Transform, image: BufferedImage) extends Reified with Product with Serializable
- final case class FillCircle(transform: Transform, fill: Fill, diameter: Double) extends Reified with Product with Serializable
- final case class FillClosedPath(transform: Transform, fill: Fill, elements: List[PathElement]) extends Reified with Product with Serializable
- final case class FillOpenPath(transform: Transform, fill: Fill, elements: List[PathElement]) extends Reified with Product with Serializable
- final case class FillPolygon(transform: Transform, fill: Fill, points: Array[Point]) extends Reified with Product with Serializable
- final case class FillRect(transform: Transform, fill: Fill, width: Double, height: Double) extends Reified with Product with Serializable
- final case class StrokeCircle(transform: Transform, stroke: Stroke, diameter: Double) extends Reified with Product with Serializable
- final case class StrokeClosedPath(transform: Transform, stroke: Stroke, elements: List[PathElement]) extends Reified with Product with Serializable
- final case class StrokeOpenPath(transform: Transform, stroke: Stroke, elements: List[PathElement]) extends Reified with Product with Serializable
- final case class StrokePolygon(transform: Transform, stroke: Stroke, points: Array[Point]) extends Reified with Product with Serializable
- final case class StrokeRect(transform: Transform, stroke: Stroke, width: Double, height: Double) extends Reified with Product with Serializable
- final case class Text(transform: Transform, fill: Option[Fill], stroke: Option[Stroke], text: String, font: Font, bounds: Rectangle2D) extends Reified with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bitmap(transform: Transform, image: BufferedImage): Reified
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def fillCircle(transform: Transform, fill: Fill, diameter: Double): Reified
- def fillClosedPath(transform: Transform, fill: Fill, elements: List[PathElement]): Reified
- def fillOpenPath(transform: Transform, fill: Fill, elements: List[PathElement]): Reified
- def fillPolygon(transform: Transform, fill: Fill, points: Array[Point]): Reified
- def fillRect(transform: Transform, fill: Fill, width: Double, height: Double): Reified
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def strokeCircle(transform: Transform, stroke: Stroke, diameter: Double): Reified
- def strokeClosedPath(transform: Transform, stroke: Stroke, elements: List[PathElement]): Reified
- def strokeOpenPath(transform: Transform, stroke: Stroke, elements: List[PathElement]): Reified
- def strokePolygon(transform: Transform, stroke: Stroke, points: Array[Point]): Reified
- def strokeRect(transform: Transform, stroke: Stroke, width: Double, height: Double): Reified
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def text(transform: Transform, fill: Option[Fill], stroke: Option[Stroke], text: String, font: Font, bounds: Rectangle2D): Reified
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def transform(tx: Transform, points: Array[Point]): Array[Point]
- def transform(tx: Transform, elements: List[PathElement]): List[PathElement]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()