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 classDrawImageclassDrawShapeclassFillShapeclassPBoxUsed to compose Pictures "next to" each other.classWithCompositeclassWithPaintclassWithTransformMethods in gnu.kawa.models that return Picture Modifier and Type Method Description static PicturePictures. asPicture(Object arg)static Picture[]Pictures. asPictureAll(Object[] args)static PicturePBox. combine(List parts)static PictureDrawShape. makeDraw(List<Object> args)static PictureDrawImage. toPictureOrNull(Object value)PictureDrawImage. transform(AffineTransform tr)PictureDrawShape. transform(AffineTransform tr)PictureFillShape. transform(AffineTransform tr)PicturePBox. transform(AffineTransform tr)PicturePicture. transform(AffineTransform tr)PictureWithComposite. transform(AffineTransform tr)PictureWithPaint. transform(AffineTransform tr)PictureWithTransform. transform(AffineTransform tr)Methods in gnu.kawa.models with parameters of type Picture Modifier and Type Method Description static Rectangle2DSVGUtils. adjustBounds(Picture pic, Rectangle2D bounds, AffineTransform transform)static WithCompositeWithComposite. make(Picture[] children, Composite[] composite)static WithCompositeWithComposite. make(Picture picture, Composite composite)static BufferedImagePictures. toImage(Picture picture)static StringSVGUtils. toSVG(Picture p)static voidSVGUtils. toSVG(Picture p, Consumer out)static voidSVGUtils. toSVG(Picture p, PrintConsumer out, boolean headers)static KElementSVGUtils. toSVGNode(Picture p)voidPictureToSvg. 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 PictureSwingPicture. getPicture()Methods in gnu.kawa.swingviews with parameters of type Picture Modifier and Type Method Description voidSwingPicture. setPicture(Picture picture)Constructors in gnu.kawa.swingviews with parameters of type Picture Constructor Description SwingPicture(Picture picture)
-