Alphabetical Index: M

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

M

main(String[]) - static method in class org.jfree.chart.demo.BarChartDemo1
Starting point for the demonstration application.
main(String[]) - static method in class org.jfree.chart.JFreeChart
Prints information about JFreeChart to standard output.
main(String[]) - static method in class org.jfree.chart.axis.MonthDateFormat
Some test code.
main(String[]) - static method in class org.jfree.chart.demo.PieChartDemo1
Starting point for the demonstration application.
main(String[]) - static method in class org.jfree.chart.util.RelativeDateFormat
Some test code.
main(String[]) - static method in class org.jfree.chart.demo.TimeSeriesChartDemo1
Starting point for the demonstration application.
makeTickLabel(double) - method in class org.jfree.chart.axis.LogarithmicAxis
Converts the given value to a tick label string.
makeTickLabel(double,boolean) - method in class org.jfree.chart.axis.LogarithmicAxis
Converts the given value to a tick label string.
mapDatasetToDomainAxis(int,int) - method in class org.jfree.chart.plot.CategoryPlot
Maps a dataset to a particular domain axis.
mapDatasetToDomainAxis(int,int) - method in class org.jfree.chart.plot.XYPlot
Maps a dataset to a particular domain axis.
mapDatasetToRangeAxis(int,int) - method in class org.jfree.chart.plot.CategoryPlot
Maps a dataset to a particular range axis.
mapDatasetToRangeAxis(int,int) - method in class org.jfree.chart.plot.XYPlot
Maps a dataset to a particular range axis.
mapKeyToGroup(Comparable,Comparable) - method in class org.jfree.data.KeyToGroupMap
Maps a key to a group.
mapToLastCycle - field in class org.jfree.chart.axis.CyclicNumberAxis.CycleBoundTick
Map to last cycle.
Marker - class org.jfree.chart.plot.Marker
The base class for markers that can be added to plots to highlight a value or range of values.
Marker() - constructor for class org.jfree.chart.plot.Marker
Creates a new marker with default attributes.
Marker(Paint) - constructor for class org.jfree.chart.plot.Marker
Constructs a new marker.
Marker(Paint,Stroke,Paint,Stroke,float) - constructor for class org.jfree.chart.plot.Marker
Constructs a new marker.
MarkerAxisBand - class org.jfree.chart.axis.MarkerAxisBand
A band that can be added to a number axis to display regions.
Constructs a new axis band.
Receives notification of a marker change event.
markerChanged(org.jfree.chart.event.MarkerChangeEvent) - method in class org.jfree.chart.plot.Plot
Receives notification of a change to a marker that is assigned to the plot.
MarkerChangeEvent - class org.jfree.chart.event.MarkerChangeEvent
An event that can be forwarded to any MarkerChangeListener to signal a change to a Marker.
MarkerChangeEvent(org.jfree.chart.plot.Marker) - constructor for class org.jfree.chart.event.MarkerChangeEvent
Creates a new MarkerChangeEvent instance.
MarkerChangeListener - interface org.jfree.chart.event.MarkerChangeListener
The interface that must be supported by classes that wish to receive notification of changes to a Marker.
MatrixSeries - class org.jfree.data.xy.MatrixSeries
Represents a dense matrix M[i,j] where each Mij item of the matrix has a value (default is 0).
MatrixSeries(String,int,int) - constructor for class org.jfree.data.xy.MatrixSeries
Constructs a new matrix series.
Represents a collection of MatrixSeries that can be used as a dataset.
MatrixSeriesCollection() - constructor for class org.jfree.data.xy.MatrixSeriesCollection
Constructs an empty dataset.
Constructs a dataset and populates it with a single matrix series.
MAX_INTERIOR_GAP - static field in class org.jfree.chart.plot.PiePlot
The maximum interior gap (currently 40%).
MAX_INTERIOR_GAP - static field in class org.jfree.chart.plot.SpiderWebPlot
The maximum interior gap (currently 40%).
MAXIMUM_TICK_COUNT - static field in class org.jfree.chart.axis.ValueAxis
The maximum tick count.
maxZ - field in class org.jfree.chart.plot.ColorPalette
The max z-axis value.
MeanAndStandardDeviation - class org.jfree.data.statistics.MeanAndStandardDeviation
A simple data structure that holds a mean value and a standard deviation value.
MeanAndStandardDeviation(double,double) - constructor for class org.jfree.data.statistics.MeanAndStandardDeviation
Creates a new mean and standard deviation record.
MeanAndStandardDeviation(Number,Number) - constructor for class org.jfree.data.statistics.MeanAndStandardDeviation
Creates a new mean and standard deviation record.
MeterInterval - class org.jfree.chart.plot.MeterInterval
An interval to be highlighted on a MeterPlot.
MeterInterval(String,org.jfree.data.Range) - constructor for class org.jfree.chart.plot.MeterInterval
Creates a new interval.
Creates a new interval.
MeterNeedle - class org.jfree.chart.needle.MeterNeedle
The base class used to represent the needle on a CompassPlot.
MeterNeedle() - constructor for class org.jfree.chart.needle.MeterNeedle
Creates a new needle.
MeterNeedle(Paint,Paint,Paint) - constructor for class org.jfree.chart.needle.MeterNeedle
Creates a new needle.
MeterPlot - class org.jfree.chart.plot.MeterPlot
A plot that displays a single value in the form of a needle on a dial.
MeterPlot() - constructor for class org.jfree.chart.plot.MeterPlot
Creates a new plot with a default range of 0 to 100 and no value to display.
MeterPlot(org.jfree.data.general.ValueDataset) - constructor for class org.jfree.chart.plot.MeterPlot
Creates a new plot that displays the value from the supplied dataset.
MIDDLE - static field in class org.jfree.chart.axis.CategoryAnchor
Middle of period.
MIDDLE - static field in class org.jfree.chart.axis.DateTickMarkPosition
Middle of period.
MIDDLE - static field in class org.jfree.data.time.DynamicTimeSeriesCollection
Useful constant for controlling the x-value returned for a time period.
MIDDLE - static field in class org.jfree.data.time.TimePeriodAnchor
Middle of period.
MiddlePinNeedle - class org.jfree.chart.needle.MiddlePinNeedle
A needle that is drawn as a pin shape.
MILLISECOND - static field in class org.jfree.chart.axis.DateTickUnit
A constant for milliseconds.
Millisecond - class org.jfree.data.time.Millisecond
Represents a millisecond.
millisecond - field in class org.jfree.chart.axis.SegmentedTimeline.Segment
A reference point within the segment.
Millisecond() - constructor for class org.jfree.data.time.Millisecond
Constructs a millisecond based on the current system time.
Millisecond(Date) - constructor for class org.jfree.data.time.Millisecond
Constructs a millisecond.
Millisecond(Date,TimeZone) - constructor for class org.jfree.data.time.Millisecond
Creates a millisecond.
Millisecond(int,int,int,int,int,int,int) - constructor for class org.jfree.data.time.Millisecond
Creates a new millisecond.
Millisecond(int,org.jfree.data.time.Second) - constructor for class org.jfree.data.time.Millisecond
Constructs a millisecond.
MINIMUM_HEIGHT_TO_DRAW - static field in class org.jfree.chart.plot.Plot
The minimum height at which the plot should be drawn.
MINIMUM_WIDTH_TO_DRAW - static field in class org.jfree.chart.plot.Plot
The minimum width at which the plot should be drawn.
MinMaxCategoryRenderer - class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Renderer for drawing min max plot.
MinMaxCategoryRenderer() - constructor for class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Default constructor.
MINUTE - static field in class org.jfree.chart.axis.DateTickUnit
A constant for minutes.
Minute - class org.jfree.data.time.Minute
Represents a minute.
Minute() - constructor for class org.jfree.data.time.Minute
Constructs a new Minute, based on the system date/time.
Minute(Date) - constructor for class org.jfree.data.time.Minute
Constructs a new Minute, based on the supplied date/time.
Minute(Date,TimeZone) - constructor for class org.jfree.data.time.Minute
Constructs a new Minute, based on the supplied date/time and timezone.
Minute(int,int,int,int,int) - constructor for class org.jfree.data.time.Minute
Creates a new minute.
Minute(int,org.jfree.data.time.Hour) - constructor for class org.jfree.data.time.Minute
Constructs a new Minute.
MINUTE_SEGMENT_SIZE - static field in class org.jfree.chart.axis.SegmentedTimeline
Defines a one-minute segment size in ms.
minZ - field in class org.jfree.chart.plot.ColorPalette
The min z-axis value.
ModuloAxis - class org.jfree.chart.axis.ModuloAxis
An axis that displays numerical values within a fixed range using a modulo calculation.
ModuloAxis(String,org.jfree.data.Range) - constructor for class org.jfree.chart.axis.ModuloAxis
Creates a new axis.
MONTH - static field in class org.jfree.chart.axis.DateTickUnit
A constant for months.
Month - class org.jfree.data.time.Month
Represents a single month.
Month() - constructor for class org.jfree.data.time.Month
Constructs a new Month, based on the current system time.
Month(Date) - constructor for class org.jfree.data.time.Month
Constructs a new Month instance, based on a date/time and the default time zone.
Month(Date,TimeZone) - constructor for class org.jfree.data.time.Month
Constructs a new Month instance, based on a date/time and a time zone.
Month(int,int) - constructor for class org.jfree.data.time.Month
Constructs a new month instance.
Month(int,org.jfree.data.time.Year) - constructor for class org.jfree.data.time.Month
Constructs a new month instance.
MonthDateFormat - class org.jfree.chart.axis.MonthDateFormat
A formatter that formats dates to show the initial letter(s) of the month name and, as an option, the year for the first or last month of each year.
MonthDateFormat() - constructor for class org.jfree.chart.axis.MonthDateFormat
Creates a new instance for the default time zone.
MonthDateFormat(Locale) - constructor for class org.jfree.chart.axis.MonthDateFormat
Creates a new instance for the specified time zone.
MonthDateFormat(Locale,int) - constructor for class org.jfree.chart.axis.MonthDateFormat
Creates a new instance for the specified time zone.
MonthDateFormat(TimeZone) - constructor for class org.jfree.chart.axis.MonthDateFormat
Creates a new instance for the specified time zone.
MonthDateFormat(TimeZone,int) - constructor for class org.jfree.chart.axis.MonthDateFormat
Creates a new instance for the specified time zone.
MonthDateFormat(TimeZone,Locale,int,boolean,boolean) - constructor for class org.jfree.chart.axis.MonthDateFormat
Creates a new formatter.
Creates a new formatter.
mouseClicked(MouseEvent) - method in class org.jfree.chart.ChartPanel
Receives notification of mouse clicks on the panel.
mouseDragged(MouseEvent) - method in class org.jfree.chart.ChartPanel
Handles a 'mouse dragged' event.
mouseEntered(MouseEvent) - method in class org.jfree.chart.ChartPanel
Handles a 'mouse entered' event.
mouseExited(MouseEvent) - method in class org.jfree.chart.ChartPanel
Handles a 'mouse exited' event.
mouseMoved(MouseEvent) - method in class org.jfree.chart.ChartPanel
Implementation of the MouseMotionListener's method.
mousePressed(MouseEvent) - method in class org.jfree.chart.ChartPanel
Handles a 'mouse pressed' event.
mouseReleased(MouseEvent) - method in class org.jfree.chart.ChartPanel
Handles a 'mouse released' event.
moveCursor(double,RectangleEdge) - method in class org.jfree.chart.axis.AxisState
Moves the cursor outwards by the specified number of units.
moveIndexToEnd() - method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Moves the index of this segment to the end of the segment.
moveIndexToStart() - method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Moves the index of this segment to the beginning if the segment.
MovingAverage - class org.jfree.data.time.MovingAverage
A utility class for calculating moving averages of time series data.
MultiplePiePlot - class org.jfree.chart.plot.MultiplePiePlot
A plot that displays multiple pie plots using data from a CategoryDataset.
MultiplePiePlot() - constructor for class org.jfree.chart.plot.MultiplePiePlot
Creates a new plot with no data.
Creates a new plot.
A series label generator for plots that use data from an XYDataset.
MultipleXYSeriesLabelGenerator() - constructor for class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Creates an item label generator using default number formatters.
MultipleXYSeriesLabelGenerator(String) - constructor for class org.jfree.chart.labels.MultipleXYSeriesLabelGenerator
Creates a new series label generator.