|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlotableCatalog
Defines the interface for catalogs whose tabular query results can be plotted on an image.
Field Summary |
---|
Fields inherited from interface jsky.catalog.Catalog |
---|
ARCHIVE, CATALOG, DIRECTORY, IMAGE_SERVER, LOCAL, NAME_SERVER |
Method Summary | |
---|---|
int |
getNumSymbols()
Return the number of plot symbol definitions associated with this catalog. |
TablePlotSymbol |
getSymbolDesc(int i)
Return the ith plot symbol description |
TablePlotSymbol[] |
getSymbols()
Return an array of symbol descriptions, or null if none are defined. |
boolean |
isSymbolsEdited()
Return true if the user edited the plot symbol definitions otherwise false |
void |
saveSymbolConfig()
Save the catalogs's symbol definitions to disk with the user's changes |
void |
setSymbols(TablePlotSymbol[] symbols)
Set the plot symbol descriptions to use to plot tables returned from this catalog |
void |
setSymbolsEdited(boolean edited)
Set to true if the user edited the plot symbol definitions (default: false) |
Methods inherited from interface jsky.catalog.Catalog |
---|
clone, getDescription, getDocURL, getId, getName, getNumParams, getParamDesc, getParamDesc, getParent, getPath, getTitle, getType, isImageServer, isLocal, query, setName, setParent, setRegionArgs |
Method Detail |
---|
int getNumSymbols()
TablePlotSymbol getSymbolDesc(int i)
TablePlotSymbol[] getSymbols()
void setSymbols(TablePlotSymbol[] symbols)
void setSymbolsEdited(boolean edited)
boolean isSymbolsEdited()
void saveSymbolConfig()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |