Uses of Class
yops.GraphicsPanel

Uses of GraphicsPanel in yops
 

Methods in yops that return GraphicsPanel
 GraphicsPanel YOPS.getGraphicsPanel(int panelNumber)
          Returns the GraphicsPanel for the given index, where 0 is the leftmost panel, 1 is the next panel, and so on.
 

Constructors in yops with parameters of type GraphicsPanel
Image(GraphicsPanel panel, int x, int y, int width, int height)
          Creates a new image by copying a rectangular region from the main image of the given GraphicsPanel.