Uses of Interface
gnu.kawa.models.Picture
Packages that use Picture
-
Uses of Picture in gnu.kawa.models
Classes in gnu.kawa.models that implement PictureModifier and TypeClassDescriptionclass
class
class
class
Used to compose Pictures "next to" each other.class
class
class
Methods in gnu.kawa.models that return PictureModifier and TypeMethodDescriptionstatic Picture
static Picture[]
Pictures.asPictureAll
(Object[] args) static Picture
static Picture
static Picture
DrawImage.toPictureOrNull
(Object value) DrawImage.transform
(AffineTransform tr) DrawShape.transform
(AffineTransform tr) FillShape.transform
(AffineTransform tr) PBox.transform
(AffineTransform tr) Picture.transform
(AffineTransform tr) WithComposite.transform
(AffineTransform tr) WithPaint.transform
(AffineTransform tr) WithTransform.transform
(AffineTransform tr) Methods in gnu.kawa.models with parameters of type PictureModifier and TypeMethodDescriptionstatic Rectangle2D
SVGUtils.adjustBounds
(Picture pic, Rectangle2D bounds, AffineTransform transform) static WithComposite
static WithComposite
static BufferedImage
static String
static void
static void
SVGUtils.toSVG
(Picture p, PrintConsumer out, boolean headers) static KElement
void
PictureToSvg.visitWithTransform
(Picture pic, AffineTransform tr) Constructors in gnu.kawa.models with parameters of type Picture -
Uses of Picture in gnu.kawa.swingviews
Methods in gnu.kawa.swingviews that return PictureMethods in gnu.kawa.swingviews with parameters of type PictureConstructors in gnu.kawa.swingviews with parameters of type Picture