|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Define an interface for a Graphic Factory for graphics read from VPF.
Method Summary | |
boolean |
drawAreaFeatures()
Return true if we may draw some area features. |
boolean |
drawCPointFeatures()
Return true if we may draw some connected node(point) features. |
boolean |
drawEdgeFeatures()
Return true if we may draw some edge features. |
boolean |
drawEPointFeatures()
Return true if we may draw some entity node(point) features. |
boolean |
drawTextFeatures()
Return true if we may draw some text features. |
java.util.List |
getFeatures()
Get a List of Strings listing all the feature types wanted. |
java.awt.Component |
getGUI(LibrarySelectionTable lst)
Get the GUI to control different aspects of the warehouse. |
java.lang.String |
getUseLibrary()
Get a library name to limit selections from. |
void |
resetForCAT()
To let the warehouse know that a new CoverageAttributeTable will be using the warehouse. |
void |
setUseLibrary(java.lang.String lib)
Set a library name to limit selections from. |
Method Detail |
public boolean drawEdgeFeatures()
public boolean drawTextFeatures()
public boolean drawAreaFeatures()
public void resetForCAT()
public java.awt.Component getGUI(LibrarySelectionTable lst)
lst
- LibrarySelectionTable to use to get information
about the data, if needed.public boolean drawEPointFeatures()
public boolean drawCPointFeatures()
public java.util.List getFeatures()
public java.lang.String getUseLibrary()
public void setUseLibrary(java.lang.String lib)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |