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 BasicStroke
defaultStroke
-
Constructor Summary
Constructors Constructor Description Pictures()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Picture
asPicture(Object arg)
static Picture[]
asPictureAll(Object[] args)
static Shape
borderShape(Rectangle2D bounds, boolean border, double top, double right, double bottom, double left)
static BufferedImage
toImage(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)
-
-