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.RectangularHighlightrectangle, zoomed
 - 
Fields inherited from class com.inductiveautomation.ignition.designer.designable.highlights.AbstractMultipassHighlightDASHED_LINE, fillColor, stroke, strokeColor, THICK_LINE, THIN_LINE
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExpandedGroupHighlight(WindowWorkspace workspace, javax.swing.JComponent group)
 - 
Method SummaryAll 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.RectangularHighlightgetShape, getTooltip, isZoomed, setRectangle
 - 
Methods inherited from class com.inductiveautomation.ignition.designer.designable.highlights.AbstractMultipassHighlightgetFillColor, getFillPassCount, getFillXorColor, getStroke, getStrokeColor, getStrokePassCount, getStrokeXorColor, isFillXorMode, isStrokeXorMode, paint, setFillPass, setStrokePass
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.designer.designable.highlights.IHighlightpaint
 
- 
 
- 
- 
- 
Constructor Detail- 
ExpandedGroupHighlightpublic ExpandedGroupHighlight(WindowWorkspace workspace, javax.swing.JComponent group) 
 
- 
 - 
Method Detail- 
getRectanglepublic java.awt.geom.Rectangle2D getRectangle() Description copied from interface:IHighlightThe outer bounding box of the highlight- Specified by:
- getRectanglein interface- IHighlight
- Overrides:
- getRectanglein class- RectangularHighlight
 
 - 
getGrouppublic javax.swing.JComponent getGroup() 
 - 
uninstallpublic void uninstall() 
 - 
installpublic void install() 
 
- 
 
-