Java Doc for GraphicConfiguration.java in  » Project-Management » OpenProj » com » projity » graphic » configuration » 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.graphic.configuration 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.projity.graphic.configuration.GraphicConfiguration

GraphicConfiguration
public class GraphicConfiguration (Code)


Field Summary
protected  intbaselineHeight
    
protected  intcollapseLevel
    
protected  intcolumnHeaderHeight
    
protected  intganttBarAnnotationXOffset
    
protected  intganttBarAnnotationYOffset
    
protected  intganttBarHeight
    
protected  intganttBarMinWidth
    
protected  intganttBarYOffset
    
protected  intganttProgressBarHeight
    
protected  doublelinkFlatness
    
protected  doublenetworkCellSelectionSquare
    
protected  intpertCellHeight
    
protected  intpertCellWidth
    
protected  intpertXOffset
    
protected  intpertYOffset
    
protected  intprintFooterHeight
    
protected  introwChartHeaderWidth
    
protected  introwHeaderWidth
    
protected  introwHeight
    
protected  doubleselectionProgress0
    
protected  doubleselectionProgress1
    
protected  doubleselectionResize0
    
protected  doubleselectionResize1
    
protected  doubleselectionSquare
    
protected  inttreeCellHeight
    
protected  inttreeCellWidth
    
protected  inttreeXOffset
    
protected  inttreeYOffset
    


Method Summary
public static  voidaddDigesterEvents(Digester digester)
    
public  intgetBaselineHeight()
    
public  intgetCollapseLevel()
    
public  intgetColumnHeaderHeight()
    
public  intgetGanttBarAnnotationXOffset()
    
public  intgetGanttBarAnnotationYOffset()
    
public  intgetGanttBarHeight()
    
public  intgetGanttBarMinWidth()
    
public  intgetGanttBarYOffset()
    
public  intgetGanttProgressBarHeight()
    
public static  GraphicConfigurationgetInstance()
    
public  doublegetLinkFlatness()
    
public  doublegetNetworkCellSelectionSquare()
    
public  intgetPertCellHeight()
    
public  intgetPertCellWidth()
    
public  intgetPertXOffset()
    
public  intgetPertYOffset()
    
public  intgetPrintFooterHeight()
    
public  intgetRowChartHeaderWidth()
    
public  intgetRowHeaderWidth()
    
public  intgetRowHeight()
    
public  doublegetSelectionProgress0()
    
public  doublegetSelectionProgress1()
    
public  doublegetSelectionResize0()
    
public  doublegetSelectionResize1()
    
public  doublegetSelectionSquare()
    
public  intgetTreeCellHeight()
    
public  intgetTreeCellWidth()
    
public  intgetTreeXOffset()
    
public  intgetTreeYOffset()
    
public  voidsetBaselineHeight(int baselineHeight)
    
public  voidsetCollapseLevel(int collapseLevel)
    
public  voidsetColumnHeaderHeight(int columnHeaderHeight)
    
public  voidsetGanttBarAnnotationXOffset(int ganttBarAnnotationXOffset)
    
public  voidsetGanttBarAnnotationYOffset(int ganttBarAnnotationYOffset)
    
public  voidsetGanttBarHeight(int ganttBarHeight)
    
public  voidsetGanttBarMinWidth(int ganttBarMinWidth)
    
public  voidsetGanttBarYOffset(int ganttBarYOffset)
    
public  voidsetGanttProgressBarHeight(int ganttProgressBarHeight)
    
public  voidsetLinkFlatness(double linkFlatness)
    
public  voidsetNetworkCellSelectionSquare(double networkCellSelectionSquare)
    
public  voidsetPertCellHeight(int pertCellHeight)
    
public  voidsetPertCellWidth(int pertCellWidth)
    
public  voidsetPertXOffset(int pertXOffset)
    
public  voidsetPertYOffset(int pertYOffset)
    
public  voidsetPrintFooterHeight(int printFooterHeight)
    
public  voidsetRowChartHeaderWidth(int rowChartHeaderWidth)
    
public  voidsetRowHeaderWidth(int rowHeaderWidth)
    
public  voidsetRowHeight(int rowHeight)
    
public  voidsetSelectionProgress0(double selectionProgress0)
    
public  voidsetSelectionProgress1(double selectionProgress1)
    
public  voidsetSelectionResize0(double selectionResize0)
    
public  voidsetSelectionResize1(double selectionResize1)
    
public  voidsetSelectionSquare(double selectionSquare)
    
public  voidsetTreeCellHeight(int treeCellHeight)
    
public  voidsetTreeCellWidth(int treeCellWidth)
    
public  voidsetTreeXOffset(int treeXOffset)
    
public  voidsetTreeYOffset(int treeYOffset)
    

Field Detail
baselineHeight
protected int baselineHeight(Code)



collapseLevel
protected int collapseLevel(Code)



columnHeaderHeight
protected int columnHeaderHeight(Code)



ganttBarAnnotationXOffset
protected int ganttBarAnnotationXOffset(Code)



ganttBarAnnotationYOffset
protected int ganttBarAnnotationYOffset(Code)



ganttBarHeight
protected int ganttBarHeight(Code)



ganttBarMinWidth
protected int ganttBarMinWidth(Code)



ganttBarYOffset
protected int ganttBarYOffset(Code)



ganttProgressBarHeight
protected int ganttProgressBarHeight(Code)



linkFlatness
protected double linkFlatness(Code)



networkCellSelectionSquare
protected double networkCellSelectionSquare(Code)



pertCellHeight
protected int pertCellHeight(Code)



pertCellWidth
protected int pertCellWidth(Code)



pertXOffset
protected int pertXOffset(Code)



pertYOffset
protected int pertYOffset(Code)



printFooterHeight
protected int printFooterHeight(Code)



rowChartHeaderWidth
protected int rowChartHeaderWidth(Code)



rowHeaderWidth
protected int rowHeaderWidth(Code)



rowHeight
protected int rowHeight(Code)



selectionProgress0
protected double selectionProgress0(Code)



selectionProgress1
protected double selectionProgress1(Code)



selectionResize0
protected double selectionResize0(Code)



selectionResize1
protected double selectionResize1(Code)



selectionSquare
protected double selectionSquare(Code)



treeCellHeight
protected int treeCellHeight(Code)



treeCellWidth
protected int treeCellWidth(Code)



treeXOffset
protected int treeXOffset(Code)



treeYOffset
protected int treeYOffset(Code)





Method Detail
addDigesterEvents
public static void addDigesterEvents(Digester digester)(Code)



getBaselineHeight
public int getBaselineHeight()(Code)



getCollapseLevel
public int getCollapseLevel()(Code)



getColumnHeaderHeight
public int getColumnHeaderHeight()(Code)
Returns the columnHeaderHeight.



getGanttBarAnnotationXOffset
public int getGanttBarAnnotationXOffset()(Code)



getGanttBarAnnotationYOffset
public int getGanttBarAnnotationYOffset()(Code)



getGanttBarHeight
public int getGanttBarHeight()(Code)
Returns the ganttBarHeight.



getGanttBarMinWidth
public int getGanttBarMinWidth()(Code)



getGanttBarYOffset
public int getGanttBarYOffset()(Code)
Returns the ganttBarYOffset.



getGanttProgressBarHeight
public int getGanttProgressBarHeight()(Code)
Returns the ganttProgressBarHeight.



getInstance
public static GraphicConfiguration getInstance()(Code)



getLinkFlatness
public double getLinkFlatness()(Code)



getNetworkCellSelectionSquare
public double getNetworkCellSelectionSquare()(Code)



getPertCellHeight
public int getPertCellHeight()(Code)



getPertCellWidth
public int getPertCellWidth()(Code)



getPertXOffset
public int getPertXOffset()(Code)



getPertYOffset
public int getPertYOffset()(Code)



getPrintFooterHeight
public int getPrintFooterHeight()(Code)



getRowChartHeaderWidth
public int getRowChartHeaderWidth()(Code)
Returns the rowChartHeaderWidth.



getRowHeaderWidth
public int getRowHeaderWidth()(Code)



getRowHeight
public int getRowHeight()(Code)
Returns the rowHeight.



getSelectionProgress0
public double getSelectionProgress0()(Code)



getSelectionProgress1
public double getSelectionProgress1()(Code)



getSelectionResize0
public double getSelectionResize0()(Code)



getSelectionResize1
public double getSelectionResize1()(Code)



getSelectionSquare
public double getSelectionSquare()(Code)



getTreeCellHeight
public int getTreeCellHeight()(Code)



getTreeCellWidth
public int getTreeCellWidth()(Code)



getTreeXOffset
public int getTreeXOffset()(Code)



getTreeYOffset
public int getTreeYOffset()(Code)



setBaselineHeight
public void setBaselineHeight(int baselineHeight)(Code)



setCollapseLevel
public void setCollapseLevel(int collapseLevel)(Code)



setColumnHeaderHeight
public void setColumnHeaderHeight(int columnHeaderHeight)(Code)

Parameters:
  columnHeaderHeight - The columnHeaderHeight to set.



setGanttBarAnnotationXOffset
public void setGanttBarAnnotationXOffset(int ganttBarAnnotationXOffset)(Code)



setGanttBarAnnotationYOffset
public void setGanttBarAnnotationYOffset(int ganttBarAnnotationYOffset)(Code)



setGanttBarHeight
public void setGanttBarHeight(int ganttBarHeight)(Code)

Parameters:
  ganttBarHeight - The ganttBarHeight to set.



setGanttBarMinWidth
public void setGanttBarMinWidth(int ganttBarMinWidth)(Code)



setGanttBarYOffset
public void setGanttBarYOffset(int ganttBarYOffset)(Code)

Parameters:
  ganttBarYOffset - The ganttBarYOffset to set.



setGanttProgressBarHeight
public void setGanttProgressBarHeight(int ganttProgressBarHeight)(Code)

Parameters:
  ganttProgressBarHeight - The ganttProgressBarHeight to set.



setLinkFlatness
public void setLinkFlatness(double linkFlatness)(Code)



setNetworkCellSelectionSquare
public void setNetworkCellSelectionSquare(double networkCellSelectionSquare)(Code)



setPertCellHeight
public void setPertCellHeight(int pertCellHeight)(Code)



setPertCellWidth
public void setPertCellWidth(int pertCellWidth)(Code)



setPertXOffset
public void setPertXOffset(int pertXOffset)(Code)



setPertYOffset
public void setPertYOffset(int pertYOffset)(Code)



setPrintFooterHeight
public void setPrintFooterHeight(int printFooterHeight)(Code)



setRowChartHeaderWidth
public void setRowChartHeaderWidth(int rowChartHeaderWidth)(Code)

Parameters:
  rowChartHeaderWidth - The rowChartHeaderWidth to set.



setRowHeaderWidth
public void setRowHeaderWidth(int rowHeaderWidth)(Code)



setRowHeight
public void setRowHeight(int rowHeight)(Code)

Parameters:
  rowHeight - The rowHeight to set.



setSelectionProgress0
public void setSelectionProgress0(double selectionProgress0)(Code)



setSelectionProgress1
public void setSelectionProgress1(double selectionProgress1)(Code)



setSelectionResize0
public void setSelectionResize0(double selectionResize0)(Code)



setSelectionResize1
public void setSelectionResize1(double selectionResize1)(Code)



setSelectionSquare
public void setSelectionSquare(double selectionSquare)(Code)



setTreeCellHeight
public void setTreeCellHeight(int treeCellHeight)(Code)



setTreeCellWidth
public void setTreeCellWidth(int treeCellWidth)(Code)



setTreeXOffset
public void setTreeXOffset(int treeXOffset)(Code)



setTreeYOffset
public void setTreeYOffset(int treeYOffset)(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.