Package com.inductiveautomation.rm.shape
Class RMShapeImager
java.lang.Object
com.inductiveautomation.rm.shape.RMShapeImager
A class to produce an image for an RMShape.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateImage(RMShape aShape) Returns an image for the given shape, with given background color (null for clear) and scale.getColor()Returns the background color.doublegetScale()Returns the scale.Sets the background color.setScale(double aValue) Sets the scale.
- 
Constructor Details- 
RMShapeImagerpublic RMShapeImager()
 
- 
- 
Method Details- 
getColorReturns the background color.
- 
setColorSets the background color.
- 
getScalepublic double getScale()Returns the scale.
- 
setScaleSets the scale.
- 
createImageReturns an image for the given shape, with given background color (null for clear) and scale.
 
-