|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gif4j.MorphingFilter
com.gif4j.CellFilter
An instance of CellFilter
implements the gradual appearance animation
in the form of 4 GifFrame
(s) look like cells.
Field Summary |
Fields inherited from class com.gif4j.MorphingFilter |
DEFAULT_DELAY_BETWEEN_FRAMES |
Constructor Summary | |
CellFilter()
Constructs CellFilter by default:
cell side size = 8 px
delay between frames = 0.1 sec (10 1/100 sec) |
|
CellFilter(int cellSideSize)
Constructs CellFilter with the specified cell side size and default
delay between frames = 0.1 sec (10 1/100 sec) |
|
CellFilter(int cellSideSize,
int delayBetweenFrames)
Constructs CellFilter with the specified cell side size and delay between frames. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CellFilter()
CellFilter
by default:
cell side size = 8 px
delay between frames = 0.1 sec (10 1/100 sec)
public CellFilter(int cellSideSize)
CellFilter
with the specified cell side size and default
delay between frames = 0.1 sec (10 1/100 sec)
cellSideSize
- cell side size in pixels
java.lang.IllegalArgumentException
- If cell side size less than 1public CellFilter(int cellSideSize, int delayBetweenFrames)
CellFilter
with the specified cell side size and delay between frames.
cellSideSize
- cell side size in pixelsdelayBetweenFrames
- delay time in 1/100 seconds (100 means 1 second delay) between generated frames.
java.lang.IllegalArgumentException
- If cell side size less than 1
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |