Class ShapeStyle
java.lang.Object
uk.ac.starlink.ttools.plot2.layer.ShapeStyle
- All Implemented Interfaces:
Style
Style that combines information from a ShapeForm and a ShapeMode.
- Since:
- 18 Feb 2013
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns an icon suitable for displaying in a legend for this style.Returns the outline shape of this style.Returns the colouring for this style.int
hashCode()
-
Constructor Details
-
ShapeStyle
Constructor.- Parameters:
outliner
- outline shape of markersstamper
- colouring for markers
-
-
Method Details
-
getOutliner
Returns the outline shape of this style.- Returns:
- outline shape
-
getStamper
Returns the colouring for this style.- Returns:
- colour stamper
-
getLegendIcon
Description copied from interface:Style
Returns an icon suitable for displaying in a legend for this style.- Specified by:
getLegendIcon
in interfaceStyle
-
equals
-
hashCode
public int hashCode()
-