Class ItemSelectionHighlight
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.designable.highlights.AbstractMultipassHighlight
- 
- com.inductiveautomation.ignition.designer.designable.highlights.RectangularHighlight
- 
- com.inductiveautomation.ignition.designer.designable.highlights.ItemSelectionHighlight
 
 
 
- 
- All Implemented Interfaces:
- IHighlight
 
 public class ItemSelectionHighlight extends RectangularHighlight 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.awt.StrokeS1static java.awt.StrokeS2- 
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 ItemSelectionHighlight(AbstractDesignableWorkspace workspace, javax.swing.JComponent interactionLayer, DesignableContainer container, javax.swing.JComponent item)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.Rectangle2DgetRectangle()The outer bounding box of the highlightprotected intgetStrokePassCount()voidpaint(DesignPanel panel, java.awt.Graphics2D g)Paint this highlightprotected voidsetStrokePass(int pass)- 
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, getStrokeXorColor, isFillXorMode, isStrokeXorMode, setFillPass
 
- 
 
- 
- 
- 
Constructor Detail- 
ItemSelectionHighlightpublic ItemSelectionHighlight(AbstractDesignableWorkspace workspace, javax.swing.JComponent interactionLayer, DesignableContainer container, javax.swing.JComponent item) 
 
- 
 - 
Method Detail- 
paintpublic void paint(DesignPanel panel, java.awt.Graphics2D g) Description copied from interface:IHighlightPaint this highlight- Specified by:
- paintin interface- IHighlight
- Overrides:
- paintin class- AbstractMultipassHighlight
 
 - 
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
 
 - 
getStrokePassCountprotected int getStrokePassCount() - Overrides:
- getStrokePassCountin class- AbstractMultipassHighlight
 
 - 
setStrokePassprotected void setStrokePass(int pass) - Overrides:
- setStrokePassin class- AbstractMultipassHighlight
 
 
- 
 
-