Uses of Interface
gnu.kawa.models.Picture
-
Packages that use Picture Package Description gnu.kawa.models gnu.kawa.swingviews -
-
Uses of Picture in gnu.kawa.models
Classes in gnu.kawa.models that implement Picture Modifier and Type Class Description class
DrawImage
class
DrawShape
class
FillShape
class
PBox
Used to compose Pictures "next to" each other.class
WithComposite
class
WithPaint
class
WithTransform
Methods in gnu.kawa.models that return Picture Modifier and Type Method Description static Picture
Pictures. asPicture(Object arg)
static Picture[]
Pictures. asPictureAll(Object[] args)
static Picture
PBox. combine(List parts)
static Picture
DrawShape. makeDraw(List<Object> args)
static Picture
DrawImage. toPictureOrNull(Object value)
Picture
DrawImage. transform(AffineTransform tr)
Picture
DrawShape. transform(AffineTransform tr)
Picture
FillShape. transform(AffineTransform tr)
Picture
PBox. transform(AffineTransform tr)
Picture
Picture. transform(AffineTransform tr)
Picture
WithComposite. transform(AffineTransform tr)
Picture
WithPaint. transform(AffineTransform tr)
Picture
WithTransform. transform(AffineTransform tr)
Methods in gnu.kawa.models with parameters of type Picture Modifier and Type Method Description static Rectangle2D
SVGUtils. adjustBounds(Picture pic, Rectangle2D bounds, AffineTransform transform)
static WithComposite
WithComposite. make(Picture[] children, Composite[] composite)
static WithComposite
WithComposite. make(Picture picture, Composite composite)
static BufferedImage
Pictures. toImage(Picture picture)
static String
SVGUtils. toSVG(Picture p)
static void
SVGUtils. toSVG(Picture p, Consumer out)
static void
SVGUtils. toSVG(Picture p, PrintConsumer out, boolean headers)
static KElement
SVGUtils. toSVGNode(Picture p)
void
PictureToSvg. visitWithTransform(Picture pic, AffineTransform tr)
Constructors in gnu.kawa.models with parameters of type Picture Constructor Description WithPaint(Picture picture, Paint paint)
WithPaint(Picture picture, Paint paint, Stroke stroke, int propertiesSet)
WithTransform(Picture picture, AffineTransform transform)
-
Uses of Picture in gnu.kawa.swingviews
Methods in gnu.kawa.swingviews that return Picture Modifier and Type Method Description Picture
SwingPicture. getPicture()
Methods in gnu.kawa.swingviews with parameters of type Picture Modifier and Type Method Description void
SwingPicture. setPicture(Picture picture)
Constructors in gnu.kawa.swingviews with parameters of type Picture Constructor Description SwingPicture(Picture picture)
-