Package gnu.kawa.models
Class Pictures
- java.lang.Object
-
- gnu.kawa.models.Pictures
-
public class Pictures extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static BasicStrokedefaultStroke
-
Constructor Summary
Constructors Constructor Description Pictures()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PictureasPicture(Object arg)static Picture[]asPictureAll(Object[] args)static ShapeborderShape(Rectangle2D bounds, boolean border, double top, double right, double bottom, double left)static BufferedImagetoImage(Picture picture)
-
-
-
Field Detail
-
defaultStroke
public static final BasicStroke defaultStroke
-
-
Method Detail
-
toImage
public static BufferedImage toImage(Picture picture)
-
borderShape
public static Shape borderShape(Rectangle2D bounds, boolean border, double top, double right, double bottom, double left)
-
-