Class ShapeMode.FlatStamper
- java.lang.Object
-
- uk.ac.starlink.ttools.plot2.layer.ShapeMode.FlatStamper
-
-
Constructor Summary
Constructors Constructor Description FlatStamper(java.awt.Color color)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.IconcreateLegendIcon(Outliner outliner)Returns an icon for use in a legend given an outline shape.booleanequals(java.lang.Object o)inthashCode()
-
-
-
Method Detail
-
createLegendIcon
public javax.swing.Icon createLegendIcon(Outliner outliner)
Description copied from interface:StamperReturns an icon for use in a legend given an outline shape.- Specified by:
createLegendIconin interfaceStamper- Parameters:
outliner- outline shape- Returns:
- icon
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-