com.sun.jimi.core.encoder.jpg
Class Shared

java.lang.Object
  |
  +--com.sun.jimi.core.encoder.jpg.Shared

public class Shared
extends java.lang.Object

Class for shared variables, as an alternative to statics which were not thread-safe.


Field Summary
 ConvertColor convertColor
           
 HuffEncode huffEncode
           
 Mcu mcu
           
 
Constructor Summary
Shared()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

huffEncode

public HuffEncode huffEncode

mcu

public Mcu mcu

convertColor

public ConvertColor convertColor
Constructor Detail

Shared

public Shared()