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
The border used by the gutter.
- See Also:
-
Field Summary
FieldsFields inherited from class javax.swing.border.EmptyBorder
bottom, left, right, top
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.border.EmptyBorder
getBorderInsets, getBorderInsets, isBorderOpaque
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Field Details
-
color
-
visibleRect
-
-
Constructor Details
-
GutterBorder
public GutterBorder(int top, int left, int bottom, int right)
-
-
Method Details
-
getColor
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
- Overrides:
paintBorder
in classEmptyBorder
-
setColor
-
setEdges
public void setEdges(int top, int left, int bottom, int right) Sets the edges of the gutter.- Parameters:
top
- The top value.left
- The left value.bottom
- The bottom value.right
- The right value.
-