|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Dataset
| Field Summary |
|---|
| Fields inherited from interface sonification.dataimport.visbards_resourcetoolkit.model.RangeModelListener |
|---|
ALL_CHANGED, OVERALL_RANGE_CHANGED, SELECTED_RANGE_CHANGED |
| Method Summary | |
|---|---|
void |
addListener(DatasetListener listener)
Registers a listener. |
void |
attach(PropertyContainer container,
RangeModel model,
Universe uni)
Visualise this dataset to the universe. |
void |
detach()
Detatch stop visualising this dataset. |
int |
findGlyphRow(Glyph g)
Returns the row address of the glyph. |
Glyph |
findMiddleVisibleGlyph()
Returns the middle vissible glyph of this dataset. |
java.lang.Object |
getBasePropVal(Property prop)
This method either returns datasets own property value, if n/a returns value from the default property container. |
PropertyContainer |
getDefaultPropertyContainer()
Returns the default property container of this dataset. |
java.lang.String |
getName()
Returns the name of the dataset. |
int |
getNumGlyphsDisplayed()
Returns the number of currently displayed glyphs |
PropertyContainer |
getPropertyContainer()
Returns the property container of the dataset. |
Repository |
getRepository()
Returns the repository of this dataset. |
Range |
getRowRange()
Returns the currently displayed row range |
int |
getSelectedRow()
Returns the currently selected row. |
java.awt.Color |
getStaticColor()
Returns the static glyph color for this dataset. |
void |
removeListener(DatasetListener listener)
Unregisters a listener. |
void |
setStaticColor(java.awt.Color col)
Change the static glyph color for this dataset. |
| Methods inherited from interface sonification.dataimport.visbards_resourcetoolkit.model.RangeModelListener |
|---|
rangeModelChanged |
| Methods inherited from interface sonification.dataimport.visbards_resourcetoolkit.model.PropertyContainerListener |
|---|
propertyChanged |
| Methods inherited from interface sonification.dataimport.visbards_resourcetoolkit.model.ModeManagerListener |
|---|
modeChanged |
| Method Detail |
|---|
java.lang.String getName()
void attach(PropertyContainer container,
RangeModel model,
Universe uni)
void detach()
Range getRowRange()
int getNumGlyphsDisplayed()
void setStaticColor(java.awt.Color col)
java.awt.Color getStaticColor()
int findGlyphRow(Glyph g)
Glyph findMiddleVisibleGlyph()
PropertyContainer getPropertyContainer()
PropertyContainer getDefaultPropertyContainer()
java.lang.Object getBasePropVal(Property prop)
Repository getRepository()
int getSelectedRow()
void addListener(DatasetListener listener)
void removeListener(DatasetListener listener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||