Uses of Interface
com.amalgamasimulation.visualsets.IClipboardTextPropertyOwner
Packages that use IClipboardTextPropertyOwner
-
Uses of IClipboardTextPropertyOwner in com.amalgamasimulation.visualsets
Classes in com.amalgamasimulation.visualsets that implement IClipboardTextPropertyOwnerModifier and TypeClassDescriptionclassClass that is the parent for all visual sets drawn on the chart by either horizontal or vertical lines lines.classClass that is the parent for all visual sets drawn on the chart by points-and-lines.classVisual set for drawing polylines based on PiecewiseFunction.classVisual set for drawing polylines.classVisual set for drawing grid lines.classVisual set for drawing bars.classVisual set for drawing line plots with points.classVisual set for drawing line plots with points based on PiecewiseFunction.classVisual set for drawing plots with points.classVisual set for drawing plots with lines and points.classVisual set for drawing regions with limited ranges along Y-axis.classVisual set for drawing regions.classVisual set for drawing triangle markers.Methods in com.amalgamasimulation.visualsets that return IClipboardTextPropertyOwnerModifier and TypeMethodDescriptionIClipboardTextPropertyOwner.setClipboardText(Function<T, String> clipboardTextExtractor) Sets the conversion method from values of each plot data element into text that will be copied to clipboard.