Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.grinvin.gui.icons.DefaultGraphIconFactory
org.grinvin.gui.icons.MissingGraphIconFactory
public class MissingGraphIconFactory
extends DefaultGraphIconFactory
MissingGraphIcon
.
Constructor Summary | |
|
Method Summary | |
GraphIcon |
|
static GraphIconFactory |
|
Methods inherited from class org.grinvin.gui.icons.DefaultGraphIconFactory | |
createIcon , createIconForLargeGraph , createIconForMissingGraph , createIconForSmallGraph , getBackgroundIcon , getInstance , getVertexLimitFactor , isHugeGraph , isSmallGraph |
protected MissingGraphIconFactory()
Default constructor. Can be overridden, but should not be called directly.
- See Also:
getInstance()
public GraphIcon createIcon(GraphBundleView bundle, int size)
- Specified by:
- createIcon in interface GraphIconFactory
- Overrides:
- createIcon in interface DefaultGraphIconFactory
public static GraphIconFactory getInstance()
Return the sole instance of this class.
- Overrides:
- getInstance in interface DefaultGraphIconFactory