Java org.jfree.chart.plot CategoryMarker fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.plot CategoryMarker fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.plot CategoryMarker.

The text is from its open source code.

Constructor

CategoryMarker(Comparable key, Paint paint, Stroke stroke)
Creates a new category marker.
CategoryMarker(Comparable key)
Creates a new category marker for the specified category.

Method

StringgetLabel()
Returns the label (if null no label is displayed).
FontgetLabelFont()
Returns the label font.
voidsetAlpha(float alpha)
Sets the alpha transparency that should be used when drawing the marker, and sends a MarkerChangeEvent to all registered listeners.
voidsetDrawAsLine(boolean drawAsLine)
Sets the flag that controls whether the marker is drawn as a region or as a line, and sends a MarkerChangeEvent to all registered listeners.
voidsetLabel(String label)
Sets the label (if null no label is displayed) and sends a MarkerChangeEvent to all registered listeners.
voidsetLabelAnchor(RectangleAnchor anchor)
Sets the label anchor and sends a MarkerChangeEvent to all registered listeners.
voidsetLabelFont(Font font)
Sets the label font and sends a MarkerChangeEvent to all registered listeners.
voidsetLabelOffset(RectangleInsets offset)
Sets the label offset and sends a MarkerChangeEvent to all registered listeners.
voidsetLabelOffsetType(LengthAdjustmentType adj)
Sets the label offset type and sends a MarkerChangeEvent to all registered listeners.
voidsetLabelPaint(Paint paint)
Sets the label paint and sends a MarkerChangeEvent to all registered listeners.
voidsetLabelTextAnchor(TextAnchor anchor)
Sets the label text anchor and sends a MarkerChangeEvent to all registered listeners.
voidsetOutlinePaint(Paint paint)
Sets the outline paint and sends a MarkerChangeEvent to all registered listeners.
voidsetPaint(Paint paint)
Sets the paint and sends a MarkerChangeEvent to all registered listeners.