GrxUIonEclipse-project-0.9.8
src
com
generalrobotix
ui
view
graph
DataItemInfo.java
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2008, AIST, the University of Tokyo and General Robotix Inc.
3
* All rights reserved. This program is made available under the terms of the
4
* Eclipse Public License v1.0 which accompanies this distribution, and is
5
* available at http://www.eclipse.org/legal/epl-v10.html
6
* Contributors:
7
* General Robotix Inc.
8
* National Institute of Advanced Industrial Science and Technology (AIST)
9
*/
10
package
com.generalrobotix.ui.view.graph;
11
12
import
org
.eclipse.swt.graphics.RGB;
13
14
21
public
class
DataItemInfo
{
22
23
public
final
DataItem
dataItem
;
// データアイテム
24
public
RGB
color
;
// 色
25
public
String
legend
;
// 凡例文字列
26
public
DataSeries
dataSeries
;
27
28
// -----------------------------------------------------------------
29
// コンストラクタ
37
public
DataItemInfo
(
38
DataItem
dataItem,
39
RGB color,
40
String legend
41
) {
42
this.dataItem =
dataItem
;
43
this.color =
color
;
44
this.legend =
legend
;
45
dataSeries =
null
;
46
}
47
}
com.generalrobotix.ui.view.graph.DataItemInfo
Definition:
DataItemInfo.java:21
null
#define null
our own NULL pointer
Definition:
IceTypes.h:57
com.generalrobotix.ui.view.graph.DataItemInfo.color
RGB color
Definition:
DataItemInfo.java:24
com.generalrobotix.ui.view.graph.DataItemInfo.DataItemInfo
DataItemInfo(DataItem dataItem, RGB color, String legend)
Definition:
DataItemInfo.java:37
com.generalrobotix.ui.view.graph.DataItem
Definition:
DataItem.java:18
com.generalrobotix.ui.view.graph.DataItemInfo.dataSeries
DataSeries dataSeries
Definition:
DataItemInfo.java:26
com.generalrobotix.ui.view.graph.DataSeries
Definition:
DataSeries.java:18
org
org
com.generalrobotix.ui.view.graph.DataItemInfo.legend
String legend
Definition:
DataItemInfo.java:25
com.generalrobotix.ui.view.graph.DataItemInfo.dataItem
final DataItem dataItem
Definition:
DataItemInfo.java:23
openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Thu Sep 8 2022 02:24:02