Uses of Interface
org.jfree.data.YisSymbolic
Package | Description |
---|---|
org.jfree.chart.demo |
-
Uses of YisSymbolic in org.jfree.chart.demo
Classes in org.jfree.chart.demo that implement YisSymbolic Modifier and Type Class Description class
SampleXYSymbolicDataset
Random data for a symbolic plot demo.class
SampleYSymbolicDataset
A dataset implementation that provides random data for a symbolic plot demo.Methods in org.jfree.chart.demo with parameters of type YisSymbolic Modifier and Type Method Description static String[]
SampleXYSymbolicDataset. combineYSymbolicDataset(YisSymbolic dataset1, YisSymbolic dataset2)
This function modifydataset1
anddataset1
in order that they share the same Y symbolic value list.static String[]
SampleYSymbolicDataset. combineYSymbolicDataset(YisSymbolic dataset1, YisSymbolic dataset2)
This function modifydataset1
anddataset1
in order that they share the same symbolic value list.