Java2d

doodle.java2d.effect.Java2d$
object Java2d

Utilities for rendering with Java2D

Attributes

Source:
Java2d.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Java2d.type

Members list

Concise view

Value members

Concrete methods

def inverseTransform(bb: BoundingBox, width: Double, height: Double, center: Center): Transform

Create a transform from screen coordinates to local logical coordinates given the bounding box for a picture, the screen size, and descriptino of the relationship between screen and picture.

Create a transform from screen coordinates to local logical coordinates given the bounding box for a picture, the screen size, and descriptino of the relationship between screen and picture.

Attributes

Source:
Java2d.scala
def render(gc: Graphics2D, image: List[Reified], transform: Transform): Unit

Attributes

Source:
Java2d.scala
def setup(graphics: Graphics2D): Graphics2D

Attributes

Source:
Java2d.scala
def size(bb: BoundingBox, size: Size): (Double, Double)

Calculate the size the panel or buffer should be given picture's bounding box and the frame description.

Calculate the size the panel or buffer should be given picture's bounding box and the frame description.

Attributes

Source:
Java2d.scala
def transform(bb: BoundingBox, width: Double, height: Double, center: Center): Transform

Create a transform from local logical coordinates to screen coordinates given the bounding box for a picture, the screen size, and description of the relationship between screen and picture.

Create a transform from local logical coordinates to screen coordinates given the bounding box for a picture, the screen size, and description of the relationship between screen and picture.

Attributes

Source:
Java2d.scala