|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Layer | |
---|---|
fi.helsinki.dacopan.model | Contains the core data structures (i.e. network data model) of the Dacopan Animator. |
fi.helsinki.dacopan.settings | Classes for saving settings in the Animator. |
fi.helsinki.dacopan.ui | User interface classes, frames, panels etc. |
Uses of Layer in fi.helsinki.dacopan.model |
---|
Fields in fi.helsinki.dacopan.model declared as Layer | |
---|---|
protected Layer |
Protocol.layer
network layer to which the protocol belongs to |
Methods in fi.helsinki.dacopan.model that return Layer | |
---|---|
Layer |
Protocol.getLayer()
|
Layer |
Note.getLayer()
|
Layer |
DefaultDataView.getLayerById(long id)
|
Layer |
DataView.getLayerById(long id)
Returns the layer with the given id. |
Methods in fi.helsinki.dacopan.model with parameters of type Layer | |
---|---|
void |
DefaultDataView.addLayer(Layer layer)
|
void |
DataView.addLayer(Layer layer)
Adds the given layer to this view. |
java.util.List |
DefaultDataView.getAvailableVariables(Layer layer)
|
java.util.List |
DataView.getAvailableVariables(Layer layer)
Returns a list of all the available variables (those that have values longer than zero characters) on the specified layer. |
float |
DefaultDataView.getEndTimeForLayer(Layer layer)
|
float |
DataView.getEndTimeForLayer(Layer layer)
Returns the end time of the network exchange data for a particular layer, as the timestamp of the last event in the layer. |
java.util.LinkedList |
NoteManager.getNotesForLayer(Layer layer)
Returns a Linked list (Collection) of all the notes corresponding to the requested layer. |
java.util.Collection |
NoteManager.getNotesInTimeRange(Layer layer,
float startTime,
float endTime)
Returns the notes corresponding to the requested layer where the times are between startTime and endTime. |
Note |
NoteManager.getNoteTimeLayerNext(Layer layer,
float time,
boolean inclusive)
Returns the first note coming AFTER the given time on the given layer. |
Note |
NoteManager.getNoteTimeLayerPrev(Layer layer,
float time,
boolean inclusive)
Returns the first note coming BEFORE the given time on the given layer. |
StepIterator |
DefaultDataView.getStepIterator(Layer layer)
|
StepIterator |
DataView.getStepIterator(Layer layer)
Returns an iterator for the steps on
the specified layer. |
java.util.List |
DefaultDataView.getUnitsForLayer(Layer layer)
|
java.util.List |
DataView.getUnitsForLayer(Layer layer)
Returns a sorted list of all the units in
the given layer. |
java.util.List |
DefaultDataView.getUnitsForLayer(Layer layer,
float start,
float end)
|
java.util.List |
DataView.getUnitsForLayer(Layer layer,
float start,
float end)
Returns a collection of all the units in
the given layer between the given timestamps (inclusive). |
Constructors in fi.helsinki.dacopan.model with parameters of type Layer | |
---|---|
Note(Layer layer,
float time,
java.lang.String text)
This constructor builds a note for MSC |
|
Protocol(long id,
java.lang.String name,
Layer layer)
Creates a protocol with the given id, name and network layer. |
|
Protocol(long id,
java.lang.String name,
Layer layer,
java.util.List variables,
java.util.List staticVariables)
Creates a protocol with the given values and variables. |
|
ScenarioStepIterator(Layer layer,
DataView view,
NoteManager noteManager)
Creates the iterator for stepping thru the specified layer with the given events and notes. |
Uses of Layer in fi.helsinki.dacopan.settings |
---|
Fields in fi.helsinki.dacopan.settings declared as Layer | |
---|---|
protected Layer |
GeneralSettings.defaultLayer
|
Methods in fi.helsinki.dacopan.settings that return Layer | |
---|---|
Layer |
GeneralSettings.getDefaultLayer()
Gets the default layer for the MSC animation |
Methods in fi.helsinki.dacopan.settings with parameters of type Layer | |
---|---|
SettingsMSC |
GeneralSettings.getSettingsMSC(Layer layer)
returns the settings for the MSC animation in a provided layer. |
void |
GeneralSettings.setDefaultLayer(Layer layer)
Sets the default layer for the MSC animation |
Uses of Layer in fi.helsinki.dacopan.ui |
---|
Methods in fi.helsinki.dacopan.ui that return Layer | |
---|---|
Layer |
MainFrame.getCurrentLayer()
Return a reference to the layer currently visible in MSC/UFO/ENC |
Layer |
SettingsMSC.getLayer()
Getter for property layer. |
Methods in fi.helsinki.dacopan.ui with parameters of type Layer | |
---|---|
void |
MainFrame.changeLayer(Layer layer)
Changes the layer to the one requested. |
void |
SettingsMSC.setLayer(Layer layer)
Set the layer for current settingMSC (used when applying global settings). |
Constructors in fi.helsinki.dacopan.ui with parameters of type Layer | |
---|---|
NotePanel(MainFrame mainFrame,
Layer layer)
This constructs a NotePanel for showing notes for MSC. |
|
SettingsMSC(Host leftHost,
Host rightHost,
Layer layer,
VariableDefinition[] variablesCenter,
VariableDefinition[] variablesColumns)
Creates a new instance of SettingsMSC |
|
SettingsPanelLayer(DataView dataView,
SettingsMSC settingsMSC,
Layer layer,
boolean scenarioMode)
Creates new form LayerSettingsPanel instance |
|
SettingsPanelScale(GeneralSettings generalSettings,
Layer activeLayer)
Creates a new SettingsPanelScale (for SCENARIO MODE) |
|
UFOPanel(MainFrame mainFrame,
DataView data,
Layer layer)
|
|
UFOPanel(MainFrame mainFrame,
Layer layer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |