org.stellarium.ui.render
Class GlPng.PngRawInfo

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

public static class GlPng.PngRawInfo
extends GlPng.PngInfo


Field Summary
 int Components
           
 byte[] Data
           
 byte[] Palette
           
 
Fields inherited from class org.stellarium.ui.render.GlPng.PngInfo
Alpha, Depth, Height, Width
 
Constructor Summary
GlPng.PngRawInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Components

public int Components

Data

public byte[] Data

Palette

public byte[] Palette
Constructor Detail

GlPng.PngRawInfo

public GlPng.PngRawInfo()