LegendInfo.java
Go to the documentation of this file.
1 package com.generalrobotix.ui.view.graph;
2 
3 import org.eclipse.swt.graphics.Color;
4 
9 public class LegendInfo {
10 
11  // -----------------------------------------------------------------
12  // インスタンス変数
13  public Color color; // 色
14  public String label; // ラベル
15 
16  // -----------------------------------------------------------------
17  // コンストラクタ
24  public LegendInfo(
25  Color color,
26  String label
27  ) {
28  this.color = color;
29  this.label = label;
30  }
31 }
com.generalrobotix.ui.view.graph.LegendInfo.label
String label
Definition: LegendInfo.java:14
com.generalrobotix.ui.view.graph.LegendInfo.color
Color color
Definition: LegendInfo.java:13
com.generalrobotix.ui.view.graph.LegendInfo.LegendInfo
LegendInfo(Color color, String label)
Definition: LegendInfo.java:24
com.generalrobotix.ui.view.graph.LegendInfo
Definition: LegendInfo.java:9


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Wed Sep 7 2022 02:51:03