Public Methods |
| | CanvasCorbaImage (HxCorba.ImageDataOperations im) |
| | Construct an empty image. More...
|
| | CanvasCorbaImage (HxCorba.ImageDataOperations im, String displayMode) |
| | Construct from a Corba Image. More...
|
| void | draw (Graphics g) |
| | Draw CanvasObject on 'g', using internal CCS values. More...
|
| HxCorba.ImageDataOperations | getStub () |
| BufferedImage | getBuffer () |
| String | getDisplayMode () |
| void | setDisplayMode (String displayMode) |
| 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) |
| void | refreshPixels () |
| void | refreshPixels (HxCorba.ImageDataOperations im) |
| Vector | getVisualChangeMethods () |
| | Overrides CanvasObject interface. More...
|
Protected Methods |
| void | initImage (HxCorba.ImageDataOperations im, String displayMode) |