Package org.fife.ui.rtextarea
Class ChevronFoldIcon
java.lang.Object
org.fife.ui.rtextarea.FoldIndicatorIcon
org.fife.ui.rtextarea.ChevronFoldIcon
- All Implemented Interfaces:
Icon
A fold icon represented by a chevron.
- Version:
- 1.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Path2D
createPath
(double... points) Creates a closed path for the given points.int
int
void
Methods inherited from class org.fife.ui.rtextarea.FoldIndicatorIcon
isArmed, isCollapsed, setArmed
-
Constructor Details
-
ChevronFoldIcon
ChevronFoldIcon(boolean collapsed)
-
-
Method Details
-
createPath
Creates a closed path for the given points. -
getIconHeight
public int getIconHeight() -
getIconWidth
public int getIconWidth() -
paintIcon
-