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 }
LegendInfo(Color color, String label)
Definition: LegendInfo.java:24
org


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Sat May 8 2021 02:42:39