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 IPointStyleProvider
Trace. fPointStyleProvider
Methods in org.eclipse.nebula.visualization.xygraph.figures that return IPointStyleProvider Modifier and Type Method Description IPointStyleProvider
Trace. getPointStyleProvider()
Methods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type IPointStyleProvider Modifier and Type Method Description void
Trace. 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 class
BasePointStyleProvider
class
BooleanStyleProvider
Example StyleProvider for boolean elements...class
DoubleStyleProvider
class
StringStyleProvider
StyleProvider for a string as formatter...
-