| net.infonode.gui.shaped.border.AbstractPolygonBorder net.infonode.tabbedpanel.internal.SlopedTabLineBorder
Constructor Summary | |
public | SlopedTabLineBorder() | public | SlopedTabLineBorder(float leftSlope, float rightSlope) | public | SlopedTabLineBorder(float leftSlope, float rightSlope, int leftHeight, int rightHeight) | public | SlopedTabLineBorder(float leftSlope, float rightSlope, boolean bottomLeftRounded, boolean topLeftRounded, boolean topRightRounded, boolean bottomRightRounded) | public | SlopedTabLineBorder(float leftSlope, float rightSlope, int leftHeight, int rightHeight, boolean bottomLeftRounded, boolean topLeftRounded, boolean topRightRounded, boolean bottomRightRounded) | public | SlopedTabLineBorder(ColorProvider lineColor, ColorProvider highlightColor, boolean drawBottomLine, float leftSlope, float rightSlope, int leftHeight, int rightHeight, boolean bottomLeftRounded, boolean topLeftRounded, boolean topRightRounded, boolean bottomRightRounded) |
SlopedTabLineBorder | public SlopedTabLineBorder()(Code) | | |
SlopedTabLineBorder | public SlopedTabLineBorder(float leftSlope, float rightSlope)(Code) | | |
SlopedTabLineBorder | public SlopedTabLineBorder(float leftSlope, float rightSlope, int leftHeight, int rightHeight)(Code) | | |
SlopedTabLineBorder | public SlopedTabLineBorder(float leftSlope, float rightSlope, boolean bottomLeftRounded, boolean topLeftRounded, boolean topRightRounded, boolean bottomRightRounded)(Code) | | |
SlopedTabLineBorder | public SlopedTabLineBorder(float leftSlope, float rightSlope, int leftHeight, int rightHeight, boolean bottomLeftRounded, boolean topLeftRounded, boolean topRightRounded, boolean bottomRightRounded)(Code) | | |
SlopedTabLineBorder | public SlopedTabLineBorder(ColorProvider lineColor, ColorProvider highlightColor, boolean drawBottomLine, float leftSlope, float rightSlope, int leftHeight, int rightHeight, boolean bottomLeftRounded, boolean topLeftRounded, boolean topRightRounded, boolean bottomRightRounded)(Code) | | |
isBottomLeftRounded | protected boolean isBottomLeftRounded(Component c)(Code) | | |
lineIsDrawn | protected boolean lineIsDrawn(int index, Polygon polygon)(Code) | | |
Methods inherited from net.infonode.gui.shaped.border.AbstractPolygonBorder | protected Polygon createPolygon(Component c, int width, int height)(Code)(Java Doc) public Insets getBorderInsets(Component c)(Code)(Java Doc) protected int getHighlightOffsetX(int deltaX, int deltaY)(Code)(Java Doc) protected int getHighlightOffsetY(int deltaX, int deltaY)(Code)(Java Doc) public Shape getShape(Component c, int x, int y, int width, int height)(Code)(Java Doc) protected Insets getShapedBorderHighlightInsets(Component c)(Code)(Java Doc) protected Insets getShapedBorderInsets(Component c)(Code)(Java Doc) public boolean isBorderOpaque()(Code)(Java Doc) protected boolean isHighlightable(int deltaX, int deltaY)(Code)(Java Doc) protected boolean isPointsClockwise(Component c)(Code)(Java Doc) protected boolean lineIsDrawn(int index, Polygon polygon)(Code)(Java Doc) public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)(Code)(Java Doc) protected void paintHighlight(Component c, Graphics2D g, Polygon polygon, int width, int height)(Code)(Java Doc) protected void paintPolygon(Component c, Graphics2D g, Polygon polygon, int width, int height)(Code)(Java Doc) protected void setPoint(Polygon polygon, int x, int y)(Code)(Java Doc)
|
|
|