|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphicStore
The GraphicStore
class/interface...
Method Summary | |
---|---|
InternationalString |
getDescription()
Description of this GraphicStore . |
InternationalString |
getDisplayName()
Display name for this GraphicStore . |
List<Graphic> |
getGraphics(DisplayFactory factory)
Gets a List of Graphic s produced by this GraphicStore . |
URI |
getIcon()
Icon representing this GraphicStore . |
Method Detail |
---|
URI getIcon()
GraphicStore
.
GraphicStore
.InternationalString getDisplayName()
GraphicStore
.
InternationalString getDescription()
GraphicStore
.
List<Graphic> getGraphics(DisplayFactory factory)
Graphic
s produced by this GraphicStore
. This
List should not be live: modifying the List should not modify the
GraphicStore
's internal Graphic
s.
factory
- the DisplayFactory
to use to create the Graphic
s
Graphic
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |