Uses of Interface gnu.kawa.models.Paintable

Uses in package gnu.kawa.models

Classes implementing gnu.kawa.models.Paintable

class
class
class
class
class
class

Constructors with parameter type gnu.kawa.models.Paintable

WithPaint.WithPaint(Paintable paintable, Paint paint)
WithTransform.WithTransform(Paintable paintable, AffineTransform transform)

Methods with parameter type gnu.kawa.models.Paintable

WithComposite
WithComposite.make(Paintable paintable, Composite composite)
WithComposite
WithComposite.make(Paintable[] paintable, Composite[] composite)

Methods with return type gnu.kawa.models.Paintable

Paintable
DrawImage.transform(AffineTransform tr)
Paintable
DrawShape.transform(AffineTransform tr)
Paintable
FillShape.transform(AffineTransform tr)
Paintable
Paintable.transform(AffineTransform tr)
Paintable
WithComposite.transform(AffineTransform tr)
Paintable
WithPaint.transform(AffineTransform tr)
Paintable
WithTransform.transform(AffineTransform tr)

Uses in package gnu.kawa.swingviews

Constructors with parameter type gnu.kawa.models.Paintable