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
int
baselineHeight
protected
int
collapseLevel
protected
int
columnHeaderHeight
protected
int
ganttBarAnnotationXOffset
protected
int
ganttBarAnnotationYOffset
protected
int
ganttBarHeight
protected
int
ganttBarMinWidth
protected
int
ganttBarYOffset
protected
int
ganttProgressBarHeight
protected
double
linkFlatness
protected
double
networkCellSelectionSquare
protected
int
pertCellHeight
protected
int
pertCellWidth
protected
int
pertXOffset
protected
int
pertYOffset
protected
int
printFooterHeight
protected
int
rowChartHeaderWidth
protected
int
rowHeaderWidth
protected
int
rowHeight
protected
double
selectionProgress0
protected
double
selectionProgress1
protected
double
selectionResize0
protected
double
selectionResize1
protected
double
selectionSquare
protected
int
treeCellHeight
protected
int
treeCellWidth
protected
int
treeXOffset
protected
int
treeYOffset
Method Summary
public
static void
addDigesterEvents
(Digester digester)
public
int
getBaselineHeight
()
public
int
getCollapseLevel
()
public
int
getColumnHeaderHeight
()
public
int
getGanttBarAnnotationXOffset
()
public
int
getGanttBarAnnotationYOffset
()
public
int
getGanttBarHeight
()
public
int
getGanttBarMinWidth
()
public
int
getGanttBarYOffset
()
public
int
getGanttProgressBarHeight
()
public
static
GraphicConfiguration
getInstance
()
public
double
getLinkFlatness
()
public
double
getNetworkCellSelectionSquare
()
public
int
getPertCellHeight
()
public
int
getPertCellWidth
()
public
int
getPertXOffset
()
public
int
getPertYOffset
()
public
int
getPrintFooterHeight
()
public
int
getRowChartHeaderWidth
()
public
int
getRowHeaderWidth
()
public
int
getRowHeight
()
public
double
getSelectionProgress0
()
public
double
getSelectionProgress1
()
public
double
getSelectionResize0
()
public
double
getSelectionResize1
()
public
double
getSelectionSquare
()
public
int
getTreeCellHeight
()
public
int
getTreeCellWidth
()
public
int
getTreeXOffset
()
public
int
getTreeYOffset
()
public
void
setBaselineHeight
(int baselineHeight)
public
void
setCollapseLevel
(int collapseLevel)
public
void
setColumnHeaderHeight
(int columnHeaderHeight)
public
void
setGanttBarAnnotationXOffset
(int ganttBarAnnotationXOffset)
public
void
setGanttBarAnnotationYOffset
(int ganttBarAnnotationYOffset)
public
void
setGanttBarHeight
(int ganttBarHeight)
public
void
setGanttBarMinWidth
(int ganttBarMinWidth)
public
void
setGanttBarYOffset
(int ganttBarYOffset)
public
void
setGanttProgressBarHeight
(int ganttProgressBarHeight)
public
void
setLinkFlatness
(double linkFlatness)
public
void
setNetworkCellSelectionSquare
(double networkCellSelectionSquare)
public
void
setPertCellHeight
(int pertCellHeight)
public
void
setPertCellWidth
(int pertCellWidth)
public
void
setPertXOffset
(int pertXOffset)
public
void
setPertYOffset
(int pertYOffset)
public
void
setPrintFooterHeight
(int printFooterHeight)
public
void
setRowChartHeaderWidth
(int rowChartHeaderWidth)
public
void
setRowHeaderWidth
(int rowHeaderWidth)
public
void
setRowHeight
(int rowHeight)
public
void
setSelectionProgress0
(double selectionProgress0)
public
void
setSelectionProgress1
(double selectionProgress1)
public
void
setSelectionResize0
(double selectionResize0)
public
void
setSelectionResize1
(double selectionResize1)
public
void
setSelectionSquare
(double selectionSquare)
public
void
setTreeCellHeight
(int treeCellHeight)
public
void
setTreeCellWidth
(int treeCellWidth)
public
void
setTreeXOffset
(int treeXOffset)
public
void
setTreeYOffset
(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.