Java org.jfree.data SelectableValue fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data SelectableValue fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data SelectableValue.

The text is from its open source code.

Constructor

SelectableValue(Number value)
Creates a new instance with the specified value and the selection state set to false.

Method

NumbergetValue()
Returns the value for this data item.
booleanisSelected()
Returns the selection state.
voidsetSelected(boolean selected)
Sets the selection state.