com.sas.visuals
Class SerialImage

com.sas.visuals.SerialImage
All Implemented Interfaces:
java.io.Serializable

public class SerialImage
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.String _filename
           
protected  int _h
           
protected  java.awt.Image _image
           
protected  boolean _isURL
           
protected  int[] _pixels
           
protected  int _w
           
 
Constructor Summary
SerialImage(java.awt.Image image, java.awt.Component c)
           
SerialImage(java.lang.String location, java.awt.Component c)
           
SerialImage(java.net.URL location, java.awt.Component c)
           
 
Method Summary
 java.awt.Image getImage()
           
 java.lang.Object getImageLocation()
           
 

Field Detail

_w

protected int _w

_h

protected int _h

_image

protected transient java.awt.Image _image

_pixels

protected transient int[] _pixels

_isURL

protected boolean _isURL

_filename

protected java.lang.String _filename
Constructor Detail

SerialImage

public SerialImage(java.awt.Image image,
                   java.awt.Component c)

SerialImage

public SerialImage(java.net.URL location,
                   java.awt.Component c)

SerialImage

public SerialImage(java.lang.String location,
                   java.awt.Component c)
Method Detail

getImage

public java.awt.Image getImage()

getImageLocation

public java.lang.Object getImageLocation()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.