Package com.inductiveautomation.rm.shape
Class RMShapeImager
- java.lang.Object
- 
- com.inductiveautomation.rm.shape.RMShapeImager
 
- 
 public class RMShapeImager extends java.lang.ObjectA class to produce an image for an RMShape.
- 
- 
Constructor SummaryConstructors Constructor Description RMShapeImager()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.BufferedImagecreateImage(RMShape aShape)Returns an image for the given shape, with given background color (null for clear) and scale.java.awt.ColorgetColor()Returns the background color.doublegetScale()Returns the scale.RMShapeImagersetColor(java.awt.Color aColor)Sets the background color.RMShapeImagersetScale(double aValue)Sets the scale.
 
- 
- 
- 
Method Detail- 
getColorpublic java.awt.Color getColor() Returns the background color.
 - 
setColorpublic RMShapeImager setColor(java.awt.Color aColor) Sets the background color.
 - 
getScalepublic double getScale() Returns the scale.
 - 
setScalepublic RMShapeImager setScale(double aValue) Sets the scale.
 - 
createImagepublic java.awt.image.BufferedImage createImage(RMShape aShape) Returns an image for the given shape, with given background color (null for clear) and scale.
 
- 
 
-