JIU 0.13.0 Website

net.sourceforge.jiu.codecs.jpeg
Class JPEGFrame

java.lang.Object
  extended bynet.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.

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()

JIU 0.13.0 Website

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