Class MarkStyles
java.lang.Object
uk.ac.starlink.ttools.plot.MarkStyles
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StyleSetdashedLines(String name) Returns a style set which draws black lines with variable dash patterns.static StyleSetReturns a StyleSet based on another one but with a given opaque limit for each of the dispensed styles.static StyleSetfilledShapes(String name, int size, Color color) Returns a style set which gives filled shapes of various kinds.static IconReturns an icon which represents a given marker style set.static StyleSetReturns a style set which draws lines using a default sequence of colours.static StyleSetReturns a style set which draws lines using a given sequence of colours.static StyleSetopenShapes(String name, int size, Color color) Returns a style set which gives line-drawn shapes of various kinds.static StyleSetReturns a style set which gives pixels in a variety of colours.static StyleSetReturns a style set which gives pixels using a given sequence of colours.static StyleSetReturns a style set which gives filled circles of a given size in a variety of colours.
-
Constructor Details
-
MarkStyles
public MarkStyles()
-
-
Method Details
-
points
-
points
-
spots
-
openShapes
-
filledShapes
-
faded
Returns a StyleSet based on another one but with a given opaque limit for each of the dispensed styles.- Parameters:
name- name of the returned style setbase- style set on which the returns will be basedopaqueLimit- initial opaque limit of styles dispensed by the return- Returns:
- new style set
-
getIcon
-
lines
-
lines
-
dashedLines
-