ChartDirector 7.0 (Java Edition)

Chart.getUniqueId


Usage

public static synchronized int getUniqueId()

Description

Returns an incrementing number. The method for compatibility with previous version of ChartDirector only.

The returned number initialized to 1 when the class is first loaded. Each time this method is called, the returned number will increment by 1.

Arguments

None

Return Value

An integer representing the current value of the incrementing counter.