| java.lang.Object javax.swing.border.AbstractBorder org.apache.poi.hssf.contrib.view.SVBorder
SVBorder | public class SVBorder extends AbstractBorder (Code) | | This is an attempt to implement Excel style borders for the SheetViewer.
Mostly just overrides stuff so the javadoc won't appear here but will
appear in the generated stuff.
author: Andrew C. Oliver (acoliver at apache dot org) author: Jason Height |
Method Summary | |
public void | paintBorder(Component c, Graphics g, int x, int y, int width, int height) | public void | setBorder(Color northColor, Color eastColor, Color southColor, Color westColor, int northBorderType, int eastBorderType, int southBorderType, int westBorderType, boolean selected) |
setBorder | public void setBorder(Color northColor, Color eastColor, Color southColor, Color westColor, int northBorderType, int eastBorderType, int southBorderType, int westBorderType, boolean selected)(Code) | | |
Methods inherited from javax.swing.border.AbstractBorder | public int getBaseline(Component c, int width, int height)(Code)(Java Doc) public Component.BaselineResizeBehavior getBaselineResizeBehavior(Component c)(Code)(Java Doc) public Insets getBorderInsets(Component c)(Code)(Java Doc) public Insets getBorderInsets(Component c, Insets insets)(Code)(Java Doc) public Rectangle getInteriorRectangle(Component c, int x, int y, int width, int height)(Code)(Java Doc) public static Rectangle getInteriorRectangle(Component c, Border b, int x, int y, int width, int height)(Code)(Java Doc) public boolean isBorderOpaque()(Code)(Java Doc) public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)(Code)(Java Doc)
|
|
|