| java.lang.Object net.infonode.gui.shaped.border.AbstractShapedBorder net.infonode.gui.shaped.border.AbstractPolygonBorder
All known Subclasses: net.infonode.gui.shaped.border.PolygonBorder, net.infonode.tabbedpanel.internal.SlopedTabLineBorder,
Method Summary | |
protected Polygon | createPolygon(Component c, int width, int height) | public Insets | getBorderInsets(Component c) | protected int | getHighlightOffsetX(int deltaX, int deltaY) | protected int | getHighlightOffsetY(int deltaX, int deltaY) | public Shape | getShape(Component c, int x, int y, int width, int height) | protected Insets | getShapedBorderHighlightInsets(Component c) | protected Insets | getShapedBorderInsets(Component c) | public boolean | isBorderOpaque() | protected boolean | isHighlightable(int deltaX, int deltaY) | protected boolean | isPointsClockwise(Component c) | protected boolean | lineIsDrawn(int index, Polygon polygon) | public void | paintBorder(Component c, Graphics g, int x, int y, int width, int height) | protected void | paintHighlight(Component c, Graphics2D g, Polygon polygon, int width, int height) | protected void | paintPolygon(Component c, Graphics2D g, Polygon polygon, int width, int height) | protected void | setPoint(Polygon polygon, int x, int y) |
getHighlightOffsetX | protected int getHighlightOffsetX(int deltaX, int deltaY)(Code) | | |
getHighlightOffsetY | protected int getHighlightOffsetY(int deltaX, int deltaY)(Code) | | |
isBorderOpaque | public boolean isBorderOpaque()(Code) | | |
isHighlightable | protected boolean isHighlightable(int deltaX, int deltaY)(Code) | | |
lineIsDrawn | protected boolean lineIsDrawn(int index, Polygon polygon)(Code) | | |
setPoint | protected void setPoint(Polygon polygon, int x, int y)(Code) | | |
|
|