Class ExpandedGroupHighlight
- java.lang.Object
 - 
- com.inductiveautomation.ignition.designer.designable.highlights.AbstractMultipassHighlight
 - 
- com.inductiveautomation.ignition.designer.designable.highlights.RectangularHighlight
 - 
- com.inductiveautomation.factorypmi.designer.workspace.ExpandedGroupHighlight
 
 
 
 
- 
- All Implemented Interfaces:
 IHighlight
public class ExpandedGroupHighlight extends RectangularHighlight
 
- 
- 
Field Summary
- 
Fields inherited from class com.inductiveautomation.ignition.designer.designable.highlights.RectangularHighlight
rectangle, zoomed 
- 
Fields inherited from class com.inductiveautomation.ignition.designer.designable.highlights.AbstractMultipassHighlight
DASHED_LINE, fillColor, stroke, strokeColor, THICK_LINE, THIN_LINE 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ExpandedGroupHighlight(WindowWorkspace workspace, javax.swing.JComponent group) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponentgetGroup()java.awt.geom.Rectangle2DgetRectangle()The outer bounding box of the highlightvoidinstall()voiduninstall()- 
Methods inherited from class com.inductiveautomation.ignition.designer.designable.highlights.RectangularHighlight
getShape, getTooltip, isZoomed, setRectangle 
- 
Methods inherited from class com.inductiveautomation.ignition.designer.designable.highlights.AbstractMultipassHighlight
getFillColor, getFillPassCount, getFillXorColor, getStroke, getStrokeColor, getStrokePassCount, getStrokeXorColor, isFillXorMode, isStrokeXorMode, paint, setFillPass, setStrokePass 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.inductiveautomation.ignition.designer.designable.highlights.IHighlight
paint 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ExpandedGroupHighlight
public ExpandedGroupHighlight(WindowWorkspace workspace, javax.swing.JComponent group)
 
 - 
 
- 
Method Detail
- 
getRectangle
public java.awt.geom.Rectangle2D getRectangle()
Description copied from interface:IHighlightThe outer bounding box of the highlight- Specified by:
 getRectanglein interfaceIHighlight- Overrides:
 getRectanglein classRectangularHighlight
 
- 
getGroup
public javax.swing.JComponent getGroup()
 
- 
uninstall
public void uninstall()
 
- 
install
public void install()
 
 - 
 
 -