Public Methods |
| CanvasCorbaSequence (HxCorba.ImageSeq seq) |
| CanvasCorbaSequence (HxCorba.ImageSeq seq, String displayMode) |
| CanvasCorbaSequence (HxCorba.ImageSeq seq, String displayMode, double scale) |
void | showFrame (int n) |
void | draw (Graphics g) |
| Draw CanvasObject on 'g', using internal CCS values. More...
|
Color | getPixel (int x, int y) |
void | setPixel (int x, int y, Color c) |
int[] | getPixels (int x, int y, int w, int h) |
BufferedImage | getSubImage (int x, int y, int w, int h) |
String[] | getPixelStrings (int x, int y, int w, int h) |
Protected Methods |
SequenceBufferedImage | makeSequenceBufferedImage () |
Protected Attributes |
HxCorba.ImageSeq | _theSeq |
int | _nrFrames |
int | _current |
SequenceBufferedImage | _bufIm |
HxCorba.ImageSeqDisplayer | _displayer |