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