be.lassi.ui.cues
Class CueCellBorder
java.lang.Object
javax.swing.border.AbstractBorder
be.lassi.ui.cues.CueCellBorder
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.border.Border
public class CueCellBorder
- extends javax.swing.border.AbstractBorder
- See Also:
- Serialized Form
Method Summary |
java.awt.Insets |
getBorderInsets(java.awt.Component c)
|
java.awt.Insets |
getBorderInsets(java.awt.Component c,
java.awt.Insets insets)
|
boolean |
isBorderOpaque()
|
protected void |
paintEast(java.awt.Graphics g,
int x,
int y,
int width,
int height,
int thickness)
|
protected void |
paintNorth(java.awt.Graphics g,
int x,
int y,
int width,
int thickness)
|
protected void |
paintSouth(java.awt.Graphics g,
int x,
int y,
int width,
int height,
int thickness)
|
protected void |
paintWest(java.awt.Graphics g,
int x,
int y,
int height,
int thickness)
|
Methods inherited from class javax.swing.border.AbstractBorder |
getInteriorRectangle, getInteriorRectangle, paintBorder |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GAP
public static final int GAP
- See Also:
- Constant Field Values
THICKNESS_CURRENT
protected static final int THICKNESS_CURRENT
- See Also:
- Constant Field Values
THICKNESS_DEFAULT
protected static final int THICKNESS_DEFAULT
- See Also:
- Constant Field Values
CueCellBorder
public CueCellBorder()
getBorderInsets
public java.awt.Insets getBorderInsets(java.awt.Component c)
- Specified by:
getBorderInsets
in interface javax.swing.border.Border
- Overrides:
getBorderInsets
in class javax.swing.border.AbstractBorder
getBorderInsets
public java.awt.Insets getBorderInsets(java.awt.Component c,
java.awt.Insets insets)
- Overrides:
getBorderInsets
in class javax.swing.border.AbstractBorder
isBorderOpaque
public boolean isBorderOpaque()
- Specified by:
isBorderOpaque
in interface javax.swing.border.Border
- Overrides:
isBorderOpaque
in class javax.swing.border.AbstractBorder
paintEast
protected void paintEast(java.awt.Graphics g,
int x,
int y,
int width,
int height,
int thickness)
paintNorth
protected void paintNorth(java.awt.Graphics g,
int x,
int y,
int width,
int thickness)
paintSouth
protected void paintSouth(java.awt.Graphics g,
int x,
int y,
int width,
int height,
int thickness)
paintWest
protected void paintWest(java.awt.Graphics g,
int x,
int y,
int height,
int thickness)