Class Pictures


  • public class Pictures
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.awt.BasicStroke defaultStroke  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pictures()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Picture asPicture​(java.lang.Object arg)  
      static Picture[] asPictureAll​(java.lang.Object[] args)  
      static java.awt.Shape borderShape​(java.awt.geom.Rectangle2D bounds, boolean border, double top, double right, double bottom, double left)  
      static java.awt.image.BufferedImage toImage​(Picture picture)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • defaultStroke

        public static final java.awt.BasicStroke defaultStroke
    • Constructor Detail

      • Pictures

        public Pictures()
    • 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)