Package net.infonode.gui
Class HighlightPainter
java.lang.Object
net.infonode.gui.HighlightPainter
-
Method Summary
Modifier and TypeMethodDescriptionstatic voiddrawLine(Graphics g, int x1, int y1, int x2, int y2, boolean clockWise, boolean inside, Color highlightColor, Color middleColor, Color shadowColor) static floatgetBlendFactor(int dx, int dy) protected static intgetHighlightOffsetX(int deltaX, int deltaY) protected static intgetHighlightOffsetY(int deltaX, int deltaY)
-
Method Details
-
drawLine
-
getBlendFactor
public static float getBlendFactor(int dx, int dy) -
getHighlightOffsetX
protected static int getHighlightOffsetX(int deltaX, int deltaY) -
getHighlightOffsetY
protected static int getHighlightOffsetY(int deltaX, int deltaY)
-