Public Member Functions | Private Member Functions | List of all members
com.generalrobotix.ui.view.graph.SEDoubleArray Class Reference
Inheritance diagram for com.generalrobotix.ui.view.graph.SEDoubleArray:
Inheritance graph
[legend]

Public Member Functions

double doubleValue (int index)
 
float floatValue (int index)
 
Object fromString (String str)
 
void get (double[] value)
 
void get (float[] value)
 
Double[] getDoubleArray ()
 
Object getValue ()
 
Double getValue (int index)
 
 SEDoubleArray (int size)
 
 SEDoubleArray (Double value[])
 
 SEDoubleArray (double value[])
 
 SEDoubleArray (float value[])
 
 SEDoubleArray (String value)
 
void setValue (Object value)
 
void setValue (double[] value)
 
void setValue (String str)
 
void setValue (int index, double value)
 
int size ()
 
String toString ()
 

Private Member Functions

boolean _isValid (Double[] value)
 

Detailed Description

Definition at line 21 of file SEDoubleArray.java.

Constructor & Destructor Documentation

com.generalrobotix.ui.view.graph.SEDoubleArray.SEDoubleArray ( int  size)
inline

コンストラクタ

Parameters
sizeサイズ

Definition at line 31 of file SEDoubleArray.java.

com.generalrobotix.ui.view.graph.SEDoubleArray.SEDoubleArray ( Double  value[])
inline

コンストラクタ

Parameters
value

Definition at line 44 of file SEDoubleArray.java.

com.generalrobotix.ui.view.graph.SEDoubleArray.SEDoubleArray ( double  value[])
inline

コンストラクタ

Parameters
value

Definition at line 58 of file SEDoubleArray.java.

com.generalrobotix.ui.view.graph.SEDoubleArray.SEDoubleArray ( float  value[])
inline

コンストラクタ

Parameters
value

Definition at line 74 of file SEDoubleArray.java.

com.generalrobotix.ui.view.graph.SEDoubleArray.SEDoubleArray ( String  value)
inline

コンストラクタ

Parameters
value

Definition at line 90 of file SEDoubleArray.java.

Member Function Documentation

boolean com.generalrobotix.ui.view.graph.SEDoubleArray._isValid ( Double[]  value)
inlineprivate

Definition at line 278 of file SEDoubleArray.java.

double com.generalrobotix.ui.view.graph.SEDoubleArray.doubleValue ( int  index)
inline

配列要素の取得

Parameters
indexインデックス
Returns
double値

Definition at line 241 of file SEDoubleArray.java.

float com.generalrobotix.ui.view.graph.SEDoubleArray.floatValue ( int  index)
inline

配列要素の取得

Parameters
indexインデックス
Returns
float値

Definition at line 252 of file SEDoubleArray.java.

Object com.generalrobotix.ui.view.graph.SEDoubleArray.fromString ( String  str)
inline

String値からObjectを取得

Parameters
String値
Returns
Object値

Implements com.generalrobotix.ui.view.graph.StringExchangeable.

Definition at line 134 of file SEDoubleArray.java.

void com.generalrobotix.ui.view.graph.SEDoubleArray.get ( double[]  value)
inline

Definition at line 266 of file SEDoubleArray.java.

void com.generalrobotix.ui.view.graph.SEDoubleArray.get ( float[]  value)
inline

Definition at line 272 of file SEDoubleArray.java.

Double [] com.generalrobotix.ui.view.graph.SEDoubleArray.getDoubleArray ( )
inline

配列要素の取得

Returns
Double値

Definition at line 262 of file SEDoubleArray.java.

Object com.generalrobotix.ui.view.graph.SEDoubleArray.getValue ( void  )
inline

配列要素の取得

Returns
Object値

Implements com.generalrobotix.ui.view.graph.StringExchangeable.

Definition at line 220 of file SEDoubleArray.java.

Double com.generalrobotix.ui.view.graph.SEDoubleArray.getValue ( int  index)
inline

配列要素の取得

Parameters
indexインデックス
Returns
Double値

Definition at line 230 of file SEDoubleArray.java.

void com.generalrobotix.ui.view.graph.SEDoubleArray.setValue ( Object  value)
inline

Object値の設定

Parameters
valueObject値

Implements com.generalrobotix.ui.view.graph.StringExchangeable.

Definition at line 144 of file SEDoubleArray.java.

void com.generalrobotix.ui.view.graph.SEDoubleArray.setValue ( double[]  value)
inline

Definition at line 154 of file SEDoubleArray.java.

void com.generalrobotix.ui.view.graph.SEDoubleArray.setValue ( String  str)
inline

String値の設定

Parameters
strString値

Implements com.generalrobotix.ui.view.graph.StringExchangeable.

Definition at line 172 of file SEDoubleArray.java.

void com.generalrobotix.ui.view.graph.SEDoubleArray.setValue ( int  index,
double  value 
)
inline

Definition at line 202 of file SEDoubleArray.java.

int com.generalrobotix.ui.view.graph.SEDoubleArray.size ( void  )
inline

配列の個数を取得

Returns
配列の個数

Definition at line 211 of file SEDoubleArray.java.

String com.generalrobotix.ui.view.graph.SEDoubleArray.toString ( )
inline

String値を取得

Returns
String値

Implements com.generalrobotix.ui.view.graph.StringExchangeable.

Definition at line 114 of file SEDoubleArray.java.


The documentation for this class was generated from the following file:


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:44