Uses of Class
de.gsi.chart.viewer.DataView.Layout
-
Packages that use DataView.Layout Package Description de.gsi.chart.viewer -
-
Uses of DataView.Layout in de.gsi.chart.viewer
Methods in de.gsi.chart.viewer that return DataView.Layout Modifier and Type Method Description DataView.LayoutDataView. getLayout()static DataView.LayoutDataView.Layout. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataView.Layout[]DataView.Layout. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gsi.chart.viewer that return types with arguments of type DataView.Layout Modifier and Type Method Description javafx.beans.property.ObjectProperty<DataView.Layout>DataView. layoutProperty()Methods in de.gsi.chart.viewer with parameters of type DataView.Layout Modifier and Type Method Description voidDataView. setLayout(DataView.Layout layout)
-