Public Member Functions | Static Public Member Functions | Static Public Attributes | Package Attributes | Private Attributes
edu.wpi.rail.jinteractiveworld.ros.msgs.interactiveworldmsgs.Item Class Reference
Inheritance diagram for edu.wpi.rail.jinteractiveworld.ros.msgs.interactiveworldmsgs.Item:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Item clone ()
double getHeight ()
String getName ()
double getWidth ()
 Item ()
 Item (String name, double width, double height)

Static Public Member Functions

static Item fromJsonObject (JsonObject jsonObject)
static Item fromJsonString (String jsonString)
static Item fromMessage (Message m)

Static Public Attributes

static final String FIELD_HEIGHT = "height"
static final String FIELD_NAME = "name"
static final String FIELD_WIDTH = "width"
static final String TYPE = "interactive_world_msgs/Item"

Package Attributes

final double height

Private Attributes

final String name
final double width

Detailed Description

The interactive_world_msgs/Item message.

Author:
Russell Toris -- rctoris@wpi.edu
Version:
August 14, 2014

Definition at line 14 of file Item.java.


Constructor & Destructor Documentation

Create a new empty Item message.

Definition at line 42 of file Item.java.

edu.wpi.rail.jinteractiveworld.ros.msgs.interactiveworldmsgs.Item.Item ( String  name,
double  width,
double  height 
) [inline]

Create a new Item message with the given information.

Parameters:
nameThe name of the object.
widthThe width of the object.
heightThe height of the object.

Definition at line 56 of file Item.java.


Member Function Documentation

Create a clone of this Item.

Definition at line 97 of file Item.java.

Create a new Item based on the given JSON object. Any missing values will be set to their defaults.

Parameters:
jsonObjectThe JSON object to parse.
Returns:
A Point message based on the given JSON object.

Definition at line 135 of file Item.java.

Create a new Item based on the given JSON string. Any missing values will be set to their defaults.

Parameters:
jsonStringThe JSON string to parse.
Returns:
A Point message based on the given JSON string.

Definition at line 109 of file Item.java.

Create a new Item based on the given Message. Any missing values will be set to their defaults.

Parameters:
mThe Message to parse.
Returns:
A Point message based on the given Message.

Definition at line 122 of file Item.java.

Get the height value of this object.

Returns:
The height value of this object.

Definition at line 89 of file Item.java.

Get the name value of this object.

Returns:
The name value of this object.

Definition at line 71 of file Item.java.

Get the width value of this object.

Returns:
The width value of this object.

Definition at line 80 of file Item.java.


Member Data Documentation

The name of the height field for the message.

Definition at line 29 of file Item.java.

The name of the name field for the message.

Definition at line 19 of file Item.java.

The name of the width field for the message.

Definition at line 24 of file Item.java.

Definition at line 37 of file Item.java.

Definition at line 36 of file Item.java.

final String edu.wpi.rail.jinteractiveworld.ros.msgs.interactiveworldmsgs.Item.TYPE = "interactive_world_msgs/Item" [static]

The message type.

Definition at line 34 of file Item.java.

Definition at line 37 of file Item.java.


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


jinteractiveworld
Author(s): Russell Toris
autogenerated on Thu Jun 6 2019 21:34:23