protected class ScaleControls.AnchorHL extends java.lang.Object implements IHighlight
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Rectangle2D |
getRectangle()
The outer bounding box of the highlight
|
com.google.common.base.Optional<java.lang.String> |
getTooltip()
Return the tooltip for this highlight, if applicable
|
boolean |
isZoomed()
If this is true, the highlight's rectangle needs to be adjusted for zoom level in order to be accurate in 2d
space.
|
void |
paint(DesignPanel panel,
java.awt.Graphics2D g)
Paint this highlight
|
public com.google.common.base.Optional<java.lang.String> getTooltip()
IHighlight
getTooltip
in interface IHighlight
public java.awt.geom.Rectangle2D getRectangle()
IHighlight
getRectangle
in interface IHighlight
public boolean isZoomed()
IHighlight
isZoomed
in interface IHighlight
public void paint(DesignPanel panel, java.awt.Graphics2D g)
IHighlight
paint
in interface IHighlight