Uses of Class
de.gsi.chart.renderer.ContourType
-
Packages that use ContourType Package Description de.gsi.chart.renderer de.gsi.chart.renderer.spi -
-
Uses of ContourType in de.gsi.chart.renderer
Methods in de.gsi.chart.renderer that return ContourType Modifier and Type Method Description static ContourTypeContourType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ContourType[]ContourType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ContourType in de.gsi.chart.renderer.spi
Methods in de.gsi.chart.renderer.spi that return ContourType Modifier and Type Method Description ContourTypeContourDataSetRenderer. getContourType()Returns the value of theContourDataSetRenderer.contourTypeProperty().Methods in de.gsi.chart.renderer.spi that return types with arguments of type ContourType Modifier and Type Method Description javafx.beans.property.ObjectProperty<ContourType>ContourDataSetRenderer. contourTypeProperty()Indicates if the chart should plot contours (true) or color gradient map (false)Methods in de.gsi.chart.renderer.spi with parameters of type ContourType Modifier and Type Method Description voidContourDataSetRenderer. setContourType(ContourType value)Sets the value of theContourDataSetRenderer.contourTypeProperty().
-