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

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

Introduction

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

The text is from its open source code.

Subclass

org.jfree.chart.plot.ValueMarker has subclasses.
Click this link to see all its subclasses.

Constructor

Method

StringgetLabel()
Returns the label (if null no label is displayed).
FontgetLabelFont()
Returns the label font.
PaintgetPaint()
Returns the paint.
StrokegetStroke()
Returns the stroke.
doublegetValue()
Returns the value.
voidsetAlpha(float alpha)
Sets the alpha transparency that should be used when drawing the marker, 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.
voidsetStroke(Stroke stroke)
Sets the stroke and sends a MarkerChangeEvent to all registered listeners.
voidsetValue(double value)
Sets the value for the marker and sends a MarkerChangeEvent to all registered listeners.