|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransferUnit | |
---|---|
fi.helsinki.dacopan.animseq | Classes containing information on the animation sequence, also known by its more user friendly name, Scenario play list. |
fi.helsinki.dacopan.model | Contains the core data structures (i.e. network data model) of the Dacopan Animator. |
fi.helsinki.dacopan.ui | User interface classes, frames, panels etc. |
fi.helsinki.dacopan.ui.tsc |
Uses of TransferUnit in fi.helsinki.dacopan.animseq |
---|
Methods in fi.helsinki.dacopan.animseq with parameters of type TransferUnit | |
---|---|
void |
AnimationSequence.recordEnc(TransferUnit unit)
Instructs the AnimationSequence to record a new ENC item in the current insertion position. |
Constructors in fi.helsinki.dacopan.animseq with parameters of type TransferUnit | |
---|---|
ScenarioItemENC(TransferUnit unit)
Creates a new instance of ScenarioItemENC |
Uses of TransferUnit in fi.helsinki.dacopan.model |
---|
Fields in fi.helsinki.dacopan.model declared as TransferUnit | |
---|---|
protected TransferUnit |
TransferUnit.parent
parent unit, which this unit is a part of (can be null) |
Methods in fi.helsinki.dacopan.model that return TransferUnit | |
---|---|
TransferUnit |
TransferUnit.getParent()
Returns the parent of this unit (may be null) |
TransferUnit |
TransferUnit.getRoot()
Returns the root of the TransferUnit tree this unit belongs to. |
TransferUnit |
ENCTreeModel.getRootUnit()
|
TransferUnit |
ENCTreeModel.getSelectedUnit()
|
TransferUnit |
Note.getTransferUnit()
|
TransferUnit |
ENCTreeModel.DrawableTransferUnit.getTransferUnit()
|
TransferUnit |
DefaultDataView.getUnitById(long id)
|
TransferUnit |
DataView.getUnitById(long id)
Returns the transfer unit with the given id, if any. |
Methods in fi.helsinki.dacopan.model with parameters of type TransferUnit | |
---|---|
void |
DefaultDataView.addTransferUnit(TransferUnit unit,
boolean recurse)
|
void |
DataView.addTransferUnit(TransferUnit unit,
boolean recurse)
Adds a transfer unit to the view. |
Note |
NoteManager.getNoteEnc(TransferUnit transferUnit)
Returns the encapsulation note attached to the given TransferUnit. |
Note |
NoteManager.getNoteTsc(TransferUnit transferUnit)
|
protected java.util.List |
DefaultDataView.getOrCreateUnitList(TransferUnit unit)
Gets the unit list for the layer of the specified unit, creates a new list if none exists. |
void |
TransferUnit.setParent(TransferUnit parent)
Sets the parent unit of this unit. |
Constructors in fi.helsinki.dacopan.model with parameters of type TransferUnit | |
---|---|
ENCTreeModel.DrawableTransferUnit(TransferUnit unit)
|
|
ENCTreeModel(TransferUnit selectedUnit,
DataView dataView)
An Enc Tree Model instance must be constructed with a particular transfer unit. |
|
Note(TransferUnit transferUnit,
java.lang.String text)
This constructor makes a note to use with encapsulation |
Uses of TransferUnit in fi.helsinki.dacopan.ui |
---|
Methods in fi.helsinki.dacopan.ui that return TransferUnit | |
---|---|
TransferUnit |
MainFrame.getCurrentENCUnit()
Returns the current enc unit if in ENC mode. |
TransferUnit |
ChannelPanel.getCurrentlyActive(int direction)
Returns the currently active transfer unit. |
Methods in fi.helsinki.dacopan.ui with parameters of type TransferUnit | |
---|---|
void |
MainFrame.setupAnimationModeENC(TransferUnit unit)
Sets up the ENC animation mode. |
Constructors in fi.helsinki.dacopan.ui with parameters of type TransferUnit | |
---|---|
NotePanel(MainFrame mainFrame,
TransferUnit transferUnit)
This constructs a NotePanel for showing encapsulation notes. |
Uses of TransferUnit in fi.helsinki.dacopan.ui.tsc |
---|
Methods in fi.helsinki.dacopan.ui.tsc that return TransferUnit | |
---|---|
TransferUnit |
DrawingArea.getActiveUnit()
|
Methods in fi.helsinki.dacopan.ui.tsc with parameters of type TransferUnit | |
---|---|
void |
TSCNotePanel.displayUnitNote(TransferUnit u)
|
void |
NoteBar.displayUnitNotice(TransferUnit unit)
|
java.util.List |
SettingsTSC.getTriggeredNotices(TransferUnit u)
|
java.awt.Point |
DrawingArea.getUnitCoordinates(TransferUnit u)
Calculates the coordinates for the specified TransferUnit. |
boolean |
DrawingArea.isUnitVisible(TransferUnit u)
|
void |
DrawingArea.setActiveUnit(TransferUnit u)
|
void |
TSCNotePanel.setSelectedUnit(TransferUnit unit)
|
boolean |
NoticeTrigger.triggered(TransferUnit unit)
Tests if the notice has been triggered for a given TransferUnit. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |