Uses of Interface
org.eclipse.nebula.visualization.xygraph.styleprovider.IPointStyleProvider
-
Packages that use IPointStyleProvider Package Description org.eclipse.nebula.visualization.xygraph.figures org.eclipse.nebula.visualization.xygraph.styleprovider -
-
Uses of IPointStyleProvider in org.eclipse.nebula.visualization.xygraph.figures
Fields in org.eclipse.nebula.visualization.xygraph.figures declared as IPointStyleProvider Modifier and Type Field Description private IPointStyleProviderTrace. fPointStyleProviderMethods in org.eclipse.nebula.visualization.xygraph.figures that return IPointStyleProvider Modifier and Type Method Description IPointStyleProviderTrace. getPointStyleProvider()Methods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type IPointStyleProvider Modifier and Type Method Description voidTrace. setPointStyleProvider(IPointStyleProvider pointStyleProvider) -
Uses of IPointStyleProvider in org.eclipse.nebula.visualization.xygraph.styleprovider
Classes in org.eclipse.nebula.visualization.xygraph.styleprovider that implement IPointStyleProvider Modifier and Type Class Description classBasePointStyleProviderclassBooleanStyleProviderExample StyleProvider for boolean elements...classDoubleStyleProviderclassStringStyleProviderStyleProvider for a string as formatter...
-