Interface Stamper
-
- All Known Implementing Classes:
ShapeMode.AutoTransparentStamper
,ShapeMode.DensityStamper
,ShapeMode.FlatStamper
,ShapeMode.ShadeStamper
,ShapeMode.WeightStamper
@Equality public interface Stamper
Performs colouring of an outline. This interface defines how to turn an outline shape into a legend icon, but subclasses may provide more specific functionality for use during the actual plot (cfStyle
).- Since:
- 18 Feb 2013
- Author:
- Mark Taylor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.Icon
createLegendIcon(Outliner outliner)
Returns an icon for use in a legend given an outline shape.
-
-
-
Method Detail
-
createLegendIcon
javax.swing.Icon createLegendIcon(Outliner outliner)
Returns an icon for use in a legend given an outline shape.- Parameters:
outliner
- outline shape- Returns:
- icon
-
-