public static class VectorFieldPlotter.VectorFieldStyle extends Object implements Style
| Constructor and Description |
|---|
VectorFieldStyle(Color color,
MultiPointShape shape,
int thick,
double scale,
BinSizer xSizer,
BinSizer ySizer,
double xPhase,
double yPhase,
Combiner combiner,
boolean isRelative)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Icon |
getLegendIcon()
Returns an icon suitable for displaying in a legend for this style.
|
int |
hashCode() |
public VectorFieldStyle(Color color, MultiPointShape shape, int thick, double scale, BinSizer xSizer, BinSizer ySizer, double xPhase, double yPhase, Combiner combiner, boolean isRelative)
color - colour, may have non-opaque alpha channelshape - defines arrow shapethick - link thickness for arrowsscale - scaling factor for arrow sizexSizer - defines bin extent on X axisySizer - defines bin extent on Y axisxPhase - defines bin phase on X axisyPhase - defines bin phase on Y axiscombiner - combination methodisRelative - if true, subtract the vector mean averaged over
the visible surface from the individual vectorspublic Icon getLegendIcon()
StylegetLegendIcon in interface StyleCopyright © 2026 Central Laboratory of the Research Councils. All Rights Reserved.