}
// Have to set the location, colortable, pixel indexes later
else {
image = new OMScalingRaster(0f, 0f, 0f, 0f, PIXEL_EDGE_SIZE, PIXEL_EDGE_SIZE, (byte[]) null, (Color[]) null, opaqueness);
}
information = new OMText(0f, 0f, 10, 20, "***", new java.awt.Font("Helvetica", java.awt.Font.PLAIN, 10), OMText.JUSTIFY_LEFT);
information.setLinePaint(Color.yellow);
information.setFillPaint(new Color(100, 100, 100, 200));
rectangle = new OMRect(0f, 0f, 0f, 0f, OMGraphic.LINETYPE_STRAIGHT);
rectangle.setLinePaint(Color.yellow);
rectangle.setLineType(OMGraphic.LINETYPE_STRAIGHT);