Inheritance diagram for ThumbnailViewer::
Public Methods | |
ThumbnailViewer () | |
Constructor. More... | |
ThumbnailViewer (int width, int height, boolean fixedSize) | |
Constructor. More... | |
int | addObject (CanvasObject obj) |
Overrides CanvasViewer interface. More... | |
void | setDoZoomOnAdd (boolean doZoom) |
if (doZoom) the thumbnail will adjust its zoom factor to make the object's visualization match the sizes of the viewer, otherwise the thumbnail will assume the sizes of the object are already adjusted to match the size of the viewer (so it does nothing) This will only affect future calls to addObject! More... |
Will only display objects derived from CanvasImage (?).
|
Constructor.
|
|
Constructor.
|
|
Overrides CanvasViewer interface. Add a CanvasImage (?) to the viewer. Works correct only in case all images on the canvas have the same size (since it adjusts the zoom factor of the canvas). Reimplemented from CanvasViewer. |
|
if (doZoom) the thumbnail will adjust its zoom factor to make the object's visualization match the sizes of the viewer, otherwise the thumbnail will assume the sizes of the object are already adjusted to match the size of the viewer (so it does nothing) This will only affect future calls to addObject!
|