Package org.fife.ui.rtextarea
Class Gutter.GutterBorder
- java.lang.Object
-
- javax.swing.border.AbstractBorder
-
- javax.swing.border.EmptyBorder
-
- org.fife.ui.rtextarea.Gutter.GutterBorder
-
- All Implemented Interfaces:
Serializable,Border
- Enclosing class:
- Gutter
public static class Gutter.GutterBorder extends EmptyBorder
The border used by the gutter.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.border.EmptyBorder
bottom, left, right, top
-
-
Constructor Summary
Constructors Constructor Description GutterBorder(int top, int left, int bottom, int right)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorgetColor()voidpaintBorder(Component c, Graphics g, int x, int y, int width, int height)voidsetColor(Color color)voidsetEdges(int top, int left, int bottom, int right)-
Methods inherited from class javax.swing.border.EmptyBorder
getBorderInsets, getBorderInsets, isBorderOpaque
-
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
-
-
-
Method Detail
-
getColor
public Color getColor()
-
paintBorder
public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)
- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classEmptyBorder
-
setColor
public void setColor(Color color)
-
setEdges
public void setEdges(int top, int left, int bottom, int right)
-
-