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 TypeMethodDescriptionbooleanReturns an icon suitable for displaying in a legend for this style.Returns the outline shape of this style.Returns the colouring for this style.inthashCode()
-
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:StyleReturns an icon suitable for displaying in a legend for this style.- Specified by:
getLegendIconin interfaceStyle
-
equals
-
hashCode
public int hashCode()
-