SNTChart Class Documentation#
Package: sc.fiji.snt.analysis
Extension of ChartPanel modified for scientific publications and convenience methods for plot annotations.
Methods#
Utilities Methods#
- checkImage(Image, ImageObserver)#
Other Methods#
- action(Event, Object)#
- actionPerformed(ActionEvent)#
Shows a bivariate histogram (two-dimensional histogram) from two DescriptiveStatistics objects. The number of bins is automatically determined using the Freedman-Diaconis rule.
- add(String, Component)#
- addAncestorListener(AncestorListener)#
- addChartMouseListener(ChartMouseListener)#
- addColorBarLegend(String, ColorTable, double, double, int)#
Adds a color bar legend (LUT ramp).
- addComponentListener(ComponentListener)#
- addContainerListener(ContainerListener)#
- addFocusListener(FocusListener)#
- addHierarchyBoundsListener(HierarchyBoundsListener)#
- addHierarchyListener(HierarchyListener)#
- addInputMethodListener(InputMethodListener)#
- addKeyListener(KeyListener)#
- addMouseListener(MouseListener)#
- addMouseMotionListener(MouseMotionListener)#
- addMouseWheelListener(MouseWheelListener)#
- addNotify()#
- addOverlay(Overlay)#
- addPolygon(Polygon2D, String, String)#
- addPropertyChangeListener(String, PropertyChangeListener)#
- addVetoableChangeListener(VetoableChangeListener)#
- annotate(String)#
Adds a subtitle to the chart.
- annotateCategory(String, String, String)#
Annotates the specified category (Category plots only).
- annotatePoint([D, String, String)#
Highlights a point in a histogram/XY plot by drawing a labeled arrow at the specified location.
- annotateXline(double, String, String)#
Annotates the specified X-value (XY plots and histograms).
- annotateYline(double, String)#
Annotates the specified Y-value (XY plots and histograms).
- applyComponentOrientation(ComponentOrientation)#
- applyStyle(SNTChart)#
- areFocusTraversalKeysSet(int)#
Saves this chart.
- bounds()#
- chartChanged(ChartChangeEvent)#
- chartProgress(ChartProgressEvent)#
- static closeAll()
Closes all open charts
- static combine(Collection, int, int, boolean)
Combines a collection of charts into a multipanel montage.