org.stellarium.ui.render
Class GlPng.PngInfo

java.lang.Object
  extended by org.stellarium.ui.render.GlPng.PngInfo
Direct Known Subclasses:
GlPng.PngRawInfo
Enclosing class:
GlPng

public static class GlPng.PngInfo
extends java.lang.Object


Field Summary
 int Alpha
           
 int Depth
           
 int Height
           
 int Width
           
 
Constructor Summary
GlPng.PngInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Width

public int Width

Height

public int Height

Depth

public int Depth

Alpha

public int Alpha
Constructor Detail

GlPng.PngInfo

public GlPng.PngInfo()