Uses of Class
jgl.GL.ImageLayer
-
Packages that use GL.ImageLayer Package Description jgl jgl.wt.awt -
-
Uses of GL.ImageLayer in jgl
Fields in jgl declared as GL.ImageLayer Modifier and Type Field Description GL.ImageLayer
ImageToDraw. layer
Methods in jgl that return GL.ImageLayer Modifier and Type Method Description static GL.ImageLayer
GL.ImageLayer. valueOf(String name)
Returns the enum constant of this type with the specified name.static GL.ImageLayer[]
GL.ImageLayer. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jgl with parameters of type GL.ImageLayer Modifier and Type Method Description void
GL. appendImageToDraw(ImageType image, int x, int y, GL.ImageLayer layer)
Constructors in jgl with parameters of type GL.ImageLayer Constructor Description ImageToDraw(int x, int y, Image image, GL.ImageLayer layer)
-
Uses of GL.ImageLayer in jgl.wt.awt
Methods in jgl.wt.awt with parameters of type GL.ImageLayer Modifier and Type Method Description protected void
GL. drawImages(Graphics2D g2d, GL.ImageLayer layer)
-