Package org.apache.log4j.chainsaw.icons
Class LineIconFactory
- java.lang.Object
-
- org.apache.log4j.chainsaw.icons.LineIconFactory
-
public final class LineIconFactory extends java.lang.ObjectA 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 classLineIconFactory.BlankIconA nice and simple 'X' style icon that is used to indicate a 'close' operation.private static classLineIconFactory.CloseIconA 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.Loggerlogger
-
Constructor Summary
Constructors Modifier Constructor Description privateLineIconFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.swing.IconcreateBlankIcon()static javax.swing.IconcreateCloseIcon()static javax.swing.IconcreateCollapseIcon()static javax.swing.IconcreateExpandIcon()
-