Java org.jfree.data.datasetextension.impl CategoryCursor fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.datasetextension.impl CategoryCursor fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

CategoryCursor()
creates a cursor without assigned position (the cursor will only be valid if setPosition is called at some time)

Method

voidsetPosition(Comparable rowKey, Comparable columnKey)
sets the cursor position to the specified values