| java.lang.Object net.infonode.gui.HighlightPainter
HighlightPainter | public class HighlightPainter (Code) | | author: $Author: johan $ version: $Revision: 1.6 $ |
Method Summary | |
public static void | drawLine(Graphics g, int x1, int y1, int x2, int y2, boolean clockWise, boolean inside, Color highlightColor, Color middleColor, Color shadowColor) | public static float | getBlendFactor(int dx, int dy) | protected static int | getHighlightOffsetX(int deltaX, int deltaY) | protected static int | getHighlightOffsetY(int deltaX, int deltaY) |
drawLine | public static void drawLine(Graphics g, int x1, int y1, int x2, int y2, boolean clockWise, boolean inside, Color highlightColor, Color middleColor, Color shadowColor)(Code) | | |
getBlendFactor | public static float getBlendFactor(int dx, int dy)(Code) | | |
getHighlightOffsetX | protected static int getHighlightOffsetX(int deltaX, int deltaY)(Code) | | |
getHighlightOffsetY | protected static int getHighlightOffsetY(int deltaX, int deltaY)(Code) | | |
|
|