##################################################################

EnvInfo v1.1

Copyright (C) 2009 Frederic Roudaut


This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

###################################################################

com.envInfo
Class MemoryChartPanel.SeriesData

java.lang.Object
  extended by com.envInfo.MemoryChartPanel.SeriesData
Enclosing class:
MemoryChartPanel

private class MemoryChartPanel.SeriesData
extends java.lang.Object

Class representing a single series of Memory data.


Field Summary
 java.lang.String memoryLegend
           
 org.jfree.data.xy.XYSeries memorySeries
           
 java.lang.String printfMemoryValueExpression
           
 java.awt.Color seriesColor
           
 java.lang.String seriesId
           
 javax.swing.JLabel seriesLabel
           
 
Constructor Summary
MemoryChartPanel.SeriesData(java.lang.String seriesId, java.lang.String memoryLegend, java.awt.Color seriesColor, java.lang.String printfMemoryValueExpression)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seriesId

public java.lang.String seriesId

memoryLegend

public java.lang.String memoryLegend

seriesLabel

public javax.swing.JLabel seriesLabel

memorySeries

public org.jfree.data.xy.XYSeries memorySeries

seriesColor

public java.awt.Color seriesColor

printfMemoryValueExpression

public java.lang.String printfMemoryValueExpression
Constructor Detail

MemoryChartPanel.SeriesData

public MemoryChartPanel.SeriesData(java.lang.String seriesId,
                                   java.lang.String memoryLegend,
                                   java.awt.Color seriesColor,
                                   java.lang.String printfMemoryValueExpression)
Constructor.

Parameters:
seriesId - ID.
memoryLegend - Memory Legend.
seriesColor - Color for the chart.
printfMemoryValueExpression - Content to print under the Chart.


##################################################################

EnvInfo v1.1

Copyright (C) 2009 Frederic Roudaut


This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

###################################################################