public static class Gutter.GutterBorder
extends javax.swing.border.EmptyBorder
| Constructor and Description |
|---|
GutterBorder(int top,
int left,
int bottom,
int right) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getColor() |
void |
paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height) |
void |
setColor(java.awt.Color color) |
void |
setEdges(int top,
int left,
int bottom,
int right)
Sets the edges of the gutter.
|
getBorderInsets, getBorderInsets, isBorderOpaquepublic java.awt.Color getColor()
public void paintBorder(java.awt.Component c,
java.awt.Graphics g,
int x,
int y,
int width,
int height)
paintBorder in interface javax.swing.border.BorderpaintBorder in class javax.swing.border.EmptyBorderpublic void setColor(java.awt.Color color)
public void setEdges(int top,
int left,
int bottom,
int right)
top - The top value.left - The left value.bottom - The bottom value.right - The right value.