Package org.apache.log4j.chainsaw.icons
Class LineIconFactory
- java.lang.Object
-
- org.apache.log4j.chainsaw.icons.LineIconFactory
-
public final class LineIconFactory extends java.lang.Object
A simple factory/facade for creating some of the standard Icons that are based on line drawings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
LineIconFactory.BlankIcon
A nice and simple 'X' style icon that is used to indicate a 'close' operation.private static class
LineIconFactory.CloseIcon
A nice and simple 'X' style icon that is used to indicate a 'close' operation.
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.log4j.Logger
logger
-
Constructor Summary
Constructors Modifier Constructor Description private
LineIconFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.swing.Icon
createBlankIcon()
static javax.swing.Icon
createCloseIcon()
static javax.swing.Icon
createCollapseIcon()
static javax.swing.Icon
createExpandIcon()
-