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

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

Introduction

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

The text is from its open source code.

Constructor

Method

doublegetEndValue()
Returns the end value for the interval.
FontgetLabelFont()
Returns the label font.
PaintgetPaint()
Returns the paint.
doublegetStartValue()
Returns the start value for the interval.
voidsetAlpha(float alpha)
Sets the alpha transparency that should be used when drawing the marker, and sends a MarkerChangeEvent to all registered listeners.
voidsetEndValue(double value)
Sets the end value for 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.
voidsetOutlineStroke(Stroke stroke)
Sets the outline stroke and sends a MarkerChangeEvent to all registered listeners.
voidsetPaint(Paint paint)
Sets the paint and sends a MarkerChangeEvent to all registered listeners.
voidsetStartValue(double value)
Sets the start value for the marker and sends a MarkerChangeEvent to all registered listeners.
voidsetStroke(Stroke stroke)
Sets the stroke and sends a MarkerChangeEvent to all registered listeners.