JIU 0.14.3

net.sourceforge.jiu.codecs.jpeg
Class JPEGFrame

java.lang.Object
  extended by net.sourceforge.jiu.codecs.jpeg.JPEGFrame

public class JPEGFrame
extends Object

Data class to store information on a JPEG frame. A frame here is JPEG terminology for a complete image and has nothing to do with GUI components like JFrame objects in Swing.

Since:
0.13.0
Author:
Marco Schmidt

Constructor Summary
JPEGFrame()
           
 
Method Summary
 JPEGFrameComponent[] getComponents()
           
 int getHeight()
           
 int getNumComponents()
           
 int getSamplePrecision()
           
 int getWidth()
           
 void setComponents(JPEGFrameComponent[] components)
           
 void setHeight(int i)
           
 void setNumComponents(int i)
           
 void setSamplePrecision(int i)
           
 void setWidth(int i)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JPEGFrame

public JPEGFrame()
Method Detail

getComponents

public JPEGFrameComponent[] getComponents()

getHeight

public int getHeight()

getNumComponents

public int getNumComponents()

getSamplePrecision

public int getSamplePrecision()

getWidth

public int getWidth()

setComponents

public void setComponents(JPEGFrameComponent[] components)

setHeight

public void setHeight(int i)

setNumComponents

public void setNumComponents(int i)

setSamplePrecision

public void setSamplePrecision(int i)

setWidth

public void setWidth(int i)

toString

public String toString()
Overrides:
toString in class Object

JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt