Stylepublic static class FillPlotter.FillStyle extends java.lang.Object implements Style
| Constructor | Description |
|---|---|
FillStyle(java.awt.Color color,
boolean isHorizontal,
boolean isPositive) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
javax.swing.Icon |
getLegendIcon() |
Returns an icon suitable for displaying in a legend for this style.
|
int |
hashCode() |
public FillStyle(java.awt.Color color,
boolean isHorizontal,
boolean isPositive)
color - colourisHorizontal - true for horizontal fill, false for verticalisPositive - true to fill to positive infinity,
false to fill to negative infinitypublic javax.swing.Icon getLegendIcon()
StylegetLegendIcon in interface Stylepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.