Java Doc for ChartInfo.java in » Project-Management » OpenProj » com » projity » pm » graphic » chart » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Project Management
»
OpenProj
»
com.projity.pm.graphic.chart
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
com.projity.pm.graphic.chart
.ChartInfo
ChartInfo
public
class ChartInfo implements
Serializable
,
SelectionNodeListener
,
ScheduleEventListener
,
TimeScaleListener
,
ObjectEvent.Listener
,
CacheListener
,
SavableToWorkspace
(Code)
This class serves as a moderator between the ChartPanel and the ChartLegend
Inner Class :
public
static class Workspace implements
WorkspaceSetting
Field Summary
AxisPanel
axisPanel
NodeModelCache
cache
JFreeChart
chart
ChartLegend
chartLegend
TimeChartPanel
chartPanel
ChartView
chartView
CoordinatesConverter
coord
boolean
cumulative
boolean
histogram
ChartModel
model
NodeModel
nodeModel
Project
project
List
resources
List
selectedObjects
boolean
selectedOnTop
boolean
simple
List
tasks
Object
traces
boolean
work
Constructor Summary
public
ChartInfo
()
Method Summary
public
WorkspaceSetting
createWorkspace
(int context)
public
AxisPanel
getAxisPanel
()
final
public
NodeModelCache
getCache
()
public
JFreeChart
getChart
()
public
ChartLegend
getChartLegend
()
public
TimeChartPanel
getChartPanel
()
public
ChartView
getChartView
()
public
CoordinatesConverter
getCoord
()
public
double
getFooterHeight
()
public
double
getHeaderHeight
()
public
ChartModel
getModel
()
public
NodeModel
getNodeModel
()
public
Project
getProject
()
public
List
getResources
()
public
List
getSelectedObjects
()
public
List
getTasks
()
public
Object
[]
getTraces
()
public
void
graphicNodesCompositeEvent
(
CompositeCacheEvent
e)
public
boolean
isCumulative
()
public
boolean
isHistogram
()
public
boolean
isRestoring
()
public
boolean
isSelectedOnTop
()
public
boolean
isSimple
()
boolean
isVisible
()
public
boolean
isWork
()
public
void
objectChanged
(
ObjectEvent
objectEvent)
public
void
restoreWorkspace
(
WorkspaceSetting
w, int context)
public
void
scheduleChanged
(
ScheduleEvent
evt)
public
void
selectionChanged
(
SelectionNodeEvent
e)
public
void
setAxisPanel
(
AxisPanel
axisPanel)
public
void
setCache
(
NodeModelCache
cache)
public
JFreeChart
setChart
(JFreeChart chart)
public
void
setChartLegend
(
ChartLegend
chartLegend)
public
void
setChartPanel
(
TimeChartPanel
chartPanel)
public
void
setChartView
(
ChartView
chartView)
public
void
setCoord
(
CoordinatesConverter
coord)
public
void
setCumulative
(boolean cumulative)
public
void
setCumulativeCostMode
()
public
void
setHistogram
(boolean histogram)
public
void
setModel
(
ChartModel
model)
public
void
setNodeModel
(
NodeModel
nodeModel)
public
void
setProject
(
Project
project)
public
void
setResources
(
List
resources)
public
void
setRestoring
(boolean restoring)
public
void
setSelectedObjects
(
List
selectedObjects)
public
void
setSelectedOnTop
(boolean multiproject)
public
void
setSimple
(boolean simple)
public
void
setTasks
(
List
tasks)
public
void
setTraces
(
Object
[] traces)
public
void
setWork
(boolean work)
public
void
timeScaleChanged
(
TimeScaleEvent
e)
public
void
updateChart
(
List
tasks,
List
resources)
Field Detail
axisPanel
AxisPanel
axisPanel
(Code)
cache
NodeModelCache
cache
(Code)
chart
JFreeChart chart
(Code)
chartLegend
ChartLegend
chartLegend
(Code)
chartPanel
TimeChartPanel
chartPanel
(Code)
chartView
ChartView
chartView
(Code)
coord
CoordinatesConverter
coord
(Code)
cumulative
boolean cumulative
(Code)
histogram
boolean histogram
(Code)
model
ChartModel
model
(Code)
nodeModel
NodeModel
nodeModel
(Code)
project
Project
project
(Code)
resources
List
resources
(Code)
selectedObjects
List
selectedObjects
(Code)
selectedOnTop
boolean selectedOnTop
(Code)
simple
boolean simple
(Code)
tasks
List
tasks
(Code)
traces
Object
traces
(Code)
work
boolean work
(Code)
Constructor Detail
ChartInfo
public
ChartInfo()
(Code)
Method Detail
createWorkspace
public
WorkspaceSetting
createWorkspace(int context)
(Code)
getAxisPanel
public
AxisPanel
getAxisPanel()
(Code)
Returns the axisPanel.
getCache
final
public
NodeModelCache
getCache()
(Code)
getChart
public
JFreeChart getChart()
(Code)
Returns the chart.
getChartLegend
public
ChartLegend
getChartLegend()
(Code)
Returns the chartLegend.
getChartPanel
public
TimeChartPanel
getChartPanel()
(Code)
Returns the chartPanel.
getChartView
public
ChartView
getChartView()
(Code)
Returns the chartView.
getCoord
public
CoordinatesConverter
getCoord()
(Code)
Returns the coord.
getFooterHeight
public
double getFooterHeight()
(Code)
getHeaderHeight
public
double getHeaderHeight()
(Code)
getModel
public
ChartModel
getModel()
(Code)
Returns the model.
getNodeModel
public
NodeModel
getNodeModel()
(Code)
Returns the nodeModel.
getProject
public
Project
getProject()
(Code)
Returns the project.
getResources
public
List
getResources()
(Code)
Returns the resources.
getSelectedObjects
public
List
getSelectedObjects()
(Code)
Returns the selectedObjects.
getTasks
public
List
getTasks()
(Code)
Returns the tasks.
getTraces
public
Object
[] getTraces()
(Code)
Returns the traces.
graphicNodesCompositeEvent
public
void graphicNodesCompositeEvent(
CompositeCacheEvent
e)
(Code)
isCumulative
public
boolean isCumulative()
(Code)
Returns the cumulative.
isHistogram
public
boolean isHistogram()
(Code)
Returns the histogram.
isRestoring
public
boolean isRestoring()
(Code)
isSelectedOnTop
public
boolean isSelectedOnTop()
(Code)
isSimple
public
boolean isSimple()
(Code)
Returns the simple.
isVisible
boolean isVisible()
(Code)
isWork
public
boolean isWork()
(Code)
objectChanged
public
void objectChanged(
ObjectEvent
objectEvent)
(Code)
restoreWorkspace
public
void restoreWorkspace(
WorkspaceSetting
w, int context)
(Code)
scheduleChanged
public
void scheduleChanged(
ScheduleEvent
evt)
(Code)
selectionChanged
public
void selectionChanged(
SelectionNodeEvent
e)
(Code)
setAxisPanel
public
void setAxisPanel(
AxisPanel
axisPanel)
(Code)
Parameters:
axisPanel - The axisPanel to set.
setCache
public
void setCache(
NodeModelCache
cache)
(Code)
setChart
public
JFreeChart setChart(JFreeChart chart)
(Code)
Parameters:
chart - The chart to set.
setChartLegend
public
void setChartLegend(
ChartLegend
chartLegend)
(Code)
Parameters:
chartLegend - The chartLegend to set.
setChartPanel
public
void setChartPanel(
TimeChartPanel
chartPanel)
(Code)
Parameters:
chartPanel - The chartPanel to set.
setChartView
public
void setChartView(
ChartView
chartView)
(Code)
Parameters:
chartView - The chartView to set.
setCoord
public
void setCoord(
CoordinatesConverter
coord)
(Code)
Parameters:
coord - The coord to set.
setCumulative
public
void setCumulative(boolean cumulative)
(Code)
setCumulativeCostMode
public
void setCumulativeCostMode()
(Code)
setHistogram
public
void setHistogram(boolean histogram)
(Code)
Parameters:
histogram - The histogram to set.
setModel
public
void setModel(
ChartModel
model)
(Code)
Parameters:
model - The model to set.
setNodeModel
public
void setNodeModel(
NodeModel
nodeModel)
(Code)
Parameters:
nodeModel - The nodeModel to set.
setProject
public
void setProject(
Project
project)
(Code)
Parameters:
project - The project to set.
setResources
public
void setResources(
List
resources)
(Code)
Parameters:
resources - The resources to set.
setRestoring
public
void setRestoring(boolean restoring)
(Code)
setSelectedObjects
public
void setSelectedObjects(
List
selectedObjects)
(Code)
Parameters:
selectedObjects - The selectedObjects to set.
setSelectedOnTop
public
void setSelectedOnTop(boolean multiproject)
(Code)
setSimple
public
void setSimple(boolean simple)
(Code)
Parameters:
simple - The simple to set.
setTasks
public
void setTasks(
List
tasks)
(Code)
Parameters:
tasks - The tasks to set.
setTraces
public
void setTraces(
Object
[] traces)
(Code)
setWork
public
void setWork(boolean work)
(Code)
timeScaleChanged
public
void timeScaleChanged(
TimeScaleEvent
e)
(Code)
updateChart
public
void updateChart(
List
tasks,
List
resources)
(Code)
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.