Public Member Functions | |
GrxGraphView (String name, GrxPluginManager manager, GrxBaseViewPart vp, Composite parent) | |
void | registerItemChange (GrxBaseItem item, int event) |
void | setUp () |
void | shutdown () |
void | update (GrxBasePlugin plugin, Object...arg) |
void | updatePosition (GrxBasePlugin plugin, Integer arg_pos) |
Static Public Attributes | |
static final int | NumOfGraph = 3 |
static final String | TITLE = "Graph" |
Private Member Functions | |
void | _updateGraph (GrxBasePlugin p) |
void | updateGraph (Time time_) |
Private Attributes | |
GrxGraphItem | currentGraph_ = null |
List< GrxModelItem > | currentModels_ = new ArrayList<GrxModelItem>() |
GrxWorldStateItem | currentWorld_ = null |
GraphPanel | gpanel_ |
TrendGraphModel | graphManager_ |
boolean | isSimulation = false |
GrxSimulationItem | simItem_ = null |
Definition at line 48 of file GrxGraphView.java.
com.generalrobotix.ui.view.GrxGraphView.GrxGraphView | ( | String | name, |
GrxPluginManager | manager, | ||
GrxBaseViewPart | vp, | ||
Composite | parent | ||
) | [inline] |
Definition at line 59 of file GrxGraphView.java.
void com.generalrobotix.ui.view.GrxGraphView._updateGraph | ( | GrxBasePlugin | p | ) | [inline, private] |
Definition at line 189 of file GrxGraphView.java.
void com.generalrobotix.ui.view.GrxGraphView.registerItemChange | ( | GrxBaseItem | item, |
int | event | ||
) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 106 of file GrxGraphView.java.
void com.generalrobotix.ui.view.GrxGraphView.setUp | ( | ) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 75 of file GrxGraphView.java.
void com.generalrobotix.ui.view.GrxGraphView.shutdown | ( | ) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBasePlugin.
Definition at line 296 of file GrxGraphView.java.
void com.generalrobotix.ui.view.GrxGraphView.update | ( | GrxBasePlugin | plugin, |
Object... | arg | ||
) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 254 of file GrxGraphView.java.
void com.generalrobotix.ui.view.GrxGraphView.updateGraph | ( | Time | time_ | ) | [inline, private] |
Definition at line 290 of file GrxGraphView.java.
void com.generalrobotix.ui.view.GrxGraphView.updatePosition | ( | GrxBasePlugin | plugin, |
Integer | arg_pos | ||
) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 276 of file GrxGraphView.java.
Definition at line 54 of file GrxGraphView.java.
List<GrxModelItem> com.generalrobotix.ui.view.GrxGraphView.currentModels_ = new ArrayList<GrxModelItem>() [private] |
Definition at line 55 of file GrxGraphView.java.
Definition at line 52 of file GrxGraphView.java.
Definition at line 57 of file GrxGraphView.java.
Definition at line 56 of file GrxGraphView.java.
boolean com.generalrobotix.ui.view.GrxGraphView.isSimulation = false [private] |
Definition at line 253 of file GrxGraphView.java.
final int com.generalrobotix.ui.view.GrxGraphView.NumOfGraph = 3 [static] |
Definition at line 50 of file GrxGraphView.java.
Definition at line 53 of file GrxGraphView.java.
final String com.generalrobotix.ui.view.GrxGraphView.TITLE = "Graph" [static] |
Definition at line 49 of file GrxGraphView.java.