Java Doc for GraphChartArea.java in  » Chart » Chart2D_1.9.6k » net » sourceforge » chart2d » 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 » Chart » Chart2D_1.9.6k » net.sourceforge.chart2d 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   net.sourceforge.chart2d.Area
      net.sourceforge.chart2d.FontArea
         net.sourceforge.chart2d.TitledArea
            net.sourceforge.chart2d.ChartArea
               net.sourceforge.chart2d.GraphChartArea

All known Subclasses:   net.sourceforge.chart2d.LLChartArea,  net.sourceforge.chart2d.LBChartArea,
GraphChartArea
class GraphChartArea extends ChartArea (Code)
A container containing information and components for cartesian coordinate charts. That is, charts that are plotted on a parralelogram surface.



Constructor Summary
 GraphChartArea()
     Creates a Graph Chart Area with the default values of a TitledArea, and its own default values.

Method Summary
final  floatgetCustomGreatestValue()
     Gets the float value passed to setCustomGreatestValue (boolean, float).
final  floatgetCustomLeastValue()
     Gets the float value passed to setCustomLeastValue (boolean, float).
final  booleangetCustomizeGreatestValue()
     Gets the boolean value passed to setCustomGreatestValue (boolean, float).
final  booleangetCustomizeLeastValue()
     Gets the boolean value passed to setCustomLeastValue (boolean, float).
final  VectorgetDatasetVector()
     Returns all the Dataset objects added to this object.
final  booleangetGraphChartAreaNeedsUpdate()
     Indicates whether some property of this class has changed.
final  booleangetGraphComponentsColoringByCat()
     Gets whether the graph components are colored by category or by set.
final  Color[]getGraphComponentsColorsByCat()
     Gets the color array for the graph component coloring.
final  floatgetGraphToHeightRatio()
     Returns this property in order for subclasses to have access to it.
 floatgetGraphToWidthRatio()
     Returns this property in order for subclasses to have access to it.
final  VectorgetGraphVector()
     Returns a vector with all the graphs that were added by the addGraph method.
final  floatgetGraphableToAvailableRatio()
     Returns this property in order for subclasses to have access to it.
final  intgetNumPlotAxisLabels()
     Gets the number of labels for the plot axis.
final  VectorgetWarningRegions()
     Gets the warning regions vector for applying to each graph area.
final  XAxisAreagetXAxis()
     Returns the x Axis in order to allow customizations of it.
final  floatgetXAxisToHeightRatio()
     Returns this property in order for subclasses to have access to it.
final  floatgetXAxisToWidthRatio()
     Returns this property in order for subclasses to have access to it.
final  YAxisAreagetYAxis()
     Returns the y axis in order to allow customization of it.
final  floatgetYAxisToHeightRatio()
     Returns this property in order for subclasses to have access to it.
final  floatgetYAxisToWidthRatio()
     Returns this property in order for subclasses to have access to it.
 voidpaintComponent(Graphics2D g2D)
     Updates this parent's variables, and this' variables.
final  voidresetGraphChartAreaModel(boolean reset)
     Resets the model for this class.
final  voidsetCustomGreatestValue(boolean customize, float value)
     Influences the plot axis' label with the highest value.
final  voidsetCustomLeastValue(boolean customize, float value)
     Influences the plot axis' label with the lowest value.
final  voidsetDatasetVector(Vector vector)
     Sets the dataset vector.
final  voidsetGraphComponentsColoringByCat(boolean b)
     Sets whether the graph components are colored by category or by set.
final  voidsetGraphComponentsColorsByCat(Color[] colors)
     Sets the color array for the graph component coloring.
final  voidsetGraphToHeightRatio(float ratio)
     Specifies how much of the maximum height less borders, gaps, and title to make availalble to the graph maximum size.
final  voidsetGraphToWidthRatio(float ratio)
     Specifies how much of the maximum width less borders and gaps to make availalble to the graph maximum size.
final  voidsetGraphVector(Vector vector)
     Sets the vector of graphs for this chart.
final  voidsetGraphableToAvailableRatio(float ratio)
     Specifies how much of he height of the graph to make available to the components plot area.
final  voidsetNumPlotAxisLabels(int num)
     Sets the number of labels for the plot axis.
final  voidsetWarningRegions(Vector v)
     Sets the warning regions vector for applying to each graph area.
final  voidsetXAxisToHeightRatio(float ratio)
     Specifies how much of the maximum height less borders, gaps, and title to make availalble to the x axis maximum size.
final  voidsetXAxisToWidthRatio(float ratio)
     Specifies how much of the maximum width less borders and gaps to make availalble to the x axis maximum size.
final  voidsetYAxisToHeightRatio(float ratio)
     Specifies how much of the maximum height less borders, gaps, and title to make availalble to the y axis maximum size.
final  voidsetYAxisToWidthRatio(float ratio)
     Specifies how much of the maximum width less borders and gaps to make availalble to the y axis maximum size.
final  voidupdateGraphChartArea(Graphics2D g2D)
     Updates this parent's variables, and this' variables.


Constructor Detail
GraphChartArea
GraphChartArea()(Code)
Creates a Graph Chart Area with the default values of a TitledArea, and its own default values.




Method Detail
getCustomGreatestValue
final float getCustomGreatestValue()(Code)
Gets the float value passed to setCustomGreatestValue (boolean, float). The max value.



getCustomLeastValue
final float getCustomLeastValue()(Code)
Gets the float value passed to setCustomLeastValue (boolean, float). The min value.



getCustomizeGreatestValue
final boolean getCustomizeGreatestValue()(Code)
Gets the boolean value passed to setCustomGreatestValue (boolean, float). True if the max value is being customized.



getCustomizeLeastValue
final boolean getCustomizeLeastValue()(Code)
Gets the boolean value passed to setCustomLeastValue (boolean, float). True if the min value is being customized.



getDatasetVector
final Vector getDatasetVector()(Code)
Returns all the Dataset objects added to this object. Vector The Dataset objects.



getGraphChartAreaNeedsUpdate
final boolean getGraphChartAreaNeedsUpdate()(Code)
Indicates whether some property of this class has changed. boolean true if some property has changed.



getGraphComponentsColoringByCat
final boolean getGraphComponentsColoringByCat()(Code)
Gets whether the graph components are colored by category or by set. If true, then colored by category.



getGraphComponentsColorsByCat
final Color[] getGraphComponentsColorsByCat()(Code)
Gets the color array for the graph component coloring. The color array for the category coloring.



getGraphToHeightRatio
final float getGraphToHeightRatio()(Code)
Returns this property in order for subclasses to have access to it. The specified property.



getGraphToWidthRatio
float getGraphToWidthRatio()(Code)
Returns this property in order for subclasses to have access to it. The specified property.



getGraphVector
final Vector getGraphVector()(Code)
Returns a vector with all the graphs that were added by the addGraph method. Vector A vector of graphs.



getGraphableToAvailableRatio
final float getGraphableToAvailableRatio()(Code)
Returns this property in order for subclasses to have access to it. The specified property.



getNumPlotAxisLabels
final int getNumPlotAxisLabels()(Code)
Gets the number of labels for the plot axis. For every graph chart, there are two axes. One axis you specify the labels (ex. June, July, August); the other axis, this library figures out the labels (ex. 250 or 1.95). The axis the library labels is the plot axis. The number of plot axis labels.



getWarningRegions
final Vector getWarningRegions()(Code)
Gets the warning regions vector for applying to each graph area. the warning regions vector.



getXAxis
final XAxisArea getXAxis()(Code)
Returns the x Axis in order to allow customizations of it. The x axis of this chart.



getXAxisToHeightRatio
final float getXAxisToHeightRatio()(Code)
Returns this property in order for subclasses to have access to it. The specified property.



getXAxisToWidthRatio
final float getXAxisToWidthRatio()(Code)
Returns this property in order for subclasses to have access to it. The specified property.



getYAxis
final YAxisArea getYAxis()(Code)
Returns the y axis in order to allow customization of it. The y axis of this chart.



getYAxisToHeightRatio
final float getYAxisToHeightRatio()(Code)
Returns this property in order for subclasses to have access to it. The specified property.



getYAxisToWidthRatio
final float getYAxisToWidthRatio()(Code)
Returns this property in order for subclasses to have access to it. The specified property.



paintComponent
void paintComponent(Graphics2D g2D)(Code)
Updates this parent's variables, and this' variables.
Parameters:
  g2D - The graphics context to use for calculations.



resetGraphChartAreaModel
final void resetGraphChartAreaModel(boolean reset)(Code)
Resets the model for this class. The model is used for shrinking and growing of its components based on the maximum size of this class. If this method is called, then the next time the maximum size is set, this classes model maximum size will be made equal to the new maximum size. Effectively what this does is ensure that whenever this objects maximum size is equal to the one given, then all of the components will take on their default model sizes. Note: This is only useful when auto model max sizing is disabled.
Parameters:
  reset - True resets the max model upon the next max sizing.



setCustomGreatestValue
final void setCustomGreatestValue(boolean customize, float value)(Code)
Influences the plot axis' label with the highest value. Does this by tricking chart2d into thinking that the passed value is the largest value in the dataset. Then if setGraphableToAvailableRatio (1f), the plot axis' label with the the highest value will be the custom greatest value. So, in order to control what the highest value plot axis label is, then use this method, the setGraphableToAvailableRatio method, and the setLabelsPrecisionNum method. Note: If there are both positive and negative numbers in the dataset then you may need to set both custom greatest and custom least methods since labels are always equally far from zero.
Parameters:
  customize - Whether this value is used.
Parameters:
  value - The value to use.



setCustomLeastValue
final void setCustomLeastValue(boolean customize, float value)(Code)
Influences the plot axis' label with the lowest value. Does this by tricking chart2d into thinking that the passed value is the largest value in the dataset. Then if setGraphableToAvailableRatio (1f), the plot axis' label with the the highest value will be the custom greatest value. So, in order to control what the highest value plot axis label is, then use this method, the setGraphableToAvailableRatio method, and the setLabelsPrecisionNum method. Note: If there are both positive and negative numbers in the dataset then you may need to set both custom greatest and custom least methods since labels are always equally far from zero.
Parameters:
  customize - Whether this value is used.
Parameters:
  value - The value to use.



setDatasetVector
final void setDatasetVector(Vector vector)(Code)
Sets the dataset vector.
Parameters:
  vector - A vector of datasets.



setGraphComponentsColoringByCat
final void setGraphComponentsColoringByCat(boolean b)(Code)
Sets whether the graph components are colored by category or by set.
Parameters:
  b - If true, then colored by category.



setGraphComponentsColorsByCat
final void setGraphComponentsColorsByCat(Color[] colors)(Code)
Sets the color array for the graph component coloring.
Parameters:
  colors - The color array for the category coloring.



setGraphToHeightRatio
final void setGraphToHeightRatio(float ratio)(Code)
Specifies how much of the maximum height less borders, gaps, and title to make availalble to the graph maximum size.
Parameters:
  ratio - The ratio to the height, to make available to the graph.



setGraphToWidthRatio
final void setGraphToWidthRatio(float ratio)(Code)
Specifies how much of the maximum width less borders and gaps to make availalble to the graph maximum size.
Parameters:
  ratio - The ratio to the width, to make available to the graph.



setGraphVector
final void setGraphVector(Vector vector)(Code)
Sets the vector of graphs for this chart.
Parameters:
  vector - The vector of graphs.



setGraphableToAvailableRatio
final void setGraphableToAvailableRatio(float ratio)(Code)
Specifies how much of he height of the graph to make available to the components plot area. If this ratio is set to one, then the highest value of all the data sets will touch the top of the graph area.
Parameters:
  ratio - The ratio of the graph height to the greatest value in thedata set. [Must be between 0.0 and 1.0]



setNumPlotAxisLabels
final void setNumPlotAxisLabels(int num)(Code)
Sets the number of labels for the plot axis. For every graph chart, there are two axes. One axis you specify the labels (ex. June, July, August); the other axis, this library figures out the labels (ex. 250 or 1.95). The axis the library labels is the plot axis.
Parameters:
  num - The number of plot axis labels.



setWarningRegions
final void setWarningRegions(Vector v)(Code)
Sets the warning regions vector for applying to each graph area.
Parameters:
  v - the warning regions vector.



setXAxisToHeightRatio
final void setXAxisToHeightRatio(float ratio)(Code)
Specifies how much of the maximum height less borders, gaps, and title to make availalble to the x axis maximum size.
Parameters:
  ratio - The ratio to the height, to make available to the x axis.



setXAxisToWidthRatio
final void setXAxisToWidthRatio(float ratio)(Code)
Specifies how much of the maximum width less borders and gaps to make availalble to the x axis maximum size.
Parameters:
  ratio - The ratio to the width, to make available to the x axis.



setYAxisToHeightRatio
final void setYAxisToHeightRatio(float ratio)(Code)
Specifies how much of the maximum height less borders, gaps, and title to make availalble to the y axis maximum size.
Parameters:
  ratio - The ratio to the height, to make available to the y axis.



setYAxisToWidthRatio
final void setYAxisToWidthRatio(float ratio)(Code)
Specifies how much of the maximum width less borders and gaps to make availalble to the y axis maximum size.
Parameters:
  ratio - The ratio to the width, to make available to the y axis.



updateGraphChartArea
final void updateGraphChartArea(Graphics2D g2D)(Code)
Updates this parent's variables, and this' variables.
Parameters:
  g2D - The graphics context to use for calculations.



Fields inherited from net.sourceforge.chart2d.ChartArea
final static int DEFAULT_FLOAT(Code)(Java Doc)
final static int MAX_FLOAT(Code)(Java Doc)
final static int MAX_INTEGER(Code)(Java Doc)

Methods inherited from net.sourceforge.chart2d.ChartArea
final boolean getAutoSetLayoutRatios()(Code)(Java Doc)
final boolean getBetweenChartAndLegendGapExistence()(Code)(Java Doc)
final int getBetweenChartAndLegendGapThicknessModel()(Code)(Java Doc)
final boolean getChartAreaNeedsUpdate()(Code)(Java Doc)
final static float[] getDataCategoryTotals(float[][] datasets)(Code)(Java Doc)
final Color[] getDatasetColors()(Code)(Java Doc)
final Color[] getDatasetColors(int begin, int end)(Code)(Java Doc)
final static float getDatasetTotal(float[] dataset)(Code)(Java Doc)
final static String getFloatToString(float value, int places)(Code)(Java Doc)
final int getLabelsPrecisionNum()(Code)(Java Doc)
final LegendArea getLegend()(Code)(Java Doc)
final boolean getLegendExistence()(Code)(Java Doc)
final float getLegendToHeightRatio()(Code)(Java Doc)
final float getLegendToWidthRatio()(Code)(Java Doc)
final static float getPrecisionCeil(float value, int precision)(Code)(Java Doc)
final static float getPrecisionFloor(float value, int precision)(Code)(Java Doc)
final static float getPrecisionRound(float value, int precision)(Code)(Java Doc)
final boolean getTitleSqueeze()(Code)(Java Doc)
void paintComponent(Graphics2D g2D)(Code)(Java Doc)
final void resetChartAreaModel(boolean reset)(Code)(Java Doc)
final void setAutoSetLayoutRatios(boolean auto)(Code)(Java Doc)
final void setBetweenChartAndLegendGapExistence(boolean existence)(Code)(Java Doc)
final void setBetweenChartAndLegendGapThicknessModel(int thickness)(Code)(Java Doc)
final void setDatasetColors(Color[] colors)(Code)(Java Doc)
final void setLabelsPrecisionNum(int num)(Code)(Java Doc)
final void setLegendExistence(boolean existence)(Code)(Java Doc)
final void setLegendToHeightRatio(float ratio)(Code)(Java Doc)
final void setLegendToWidthRatio(float ratio)(Code)(Java Doc)
final void setTitleSqueeze(boolean squeeze)(Code)(Java Doc)
final void updateChartArea(Graphics2D g2D)(Code)(Java Doc)

Methods inherited from net.sourceforge.chart2d.TitledArea
final int getBetweenTitleAndSpaceGapThickness(Graphics2D g2D)(Code)(Java Doc)
final int getBetweenTitleAndSpaceGapThicknessModel()(Code)(Java Doc)
final Rectangle getMaxEntitledSpaceBounds(Graphics2D g2D)(Code)(Java Doc)
final Rectangle getMinEntitledSpaceBounds(Graphics2D g2D)(Code)(Java Doc)
final TextArea getTitle()(Code)(Java Doc)
final boolean getTitleAutoLocate()(Code)(Java Doc)
final boolean getTitleExistence()(Code)(Java Doc)
final int getTitleJustifications(int which)(Code)(Java Doc)
final Dimension getTitleSize(int which, Graphics2D g2D)(Code)(Java Doc)
final String getTitleText()(Code)(Java Doc)
final boolean getTitledAreaNeedsUpdate()(Code)(Java Doc)
void paintComponent(Graphics2D g2D)(Code)(Java Doc)
final void resetTitledAreaModel(boolean reset)(Code)(Java Doc)
final void setBetweenTitleAndSpaceGapExistence(boolean existence)(Code)(Java Doc)
final void setBetweenTitleAndSpaceGapThicknessModel(int gap)(Code)(Java Doc)
final void setTitle(String title)(Code)(Java Doc)
final void setTitleAutoLocate(boolean auto)(Code)(Java Doc)
final void setTitleExistence(boolean existence)(Code)(Java Doc)
final void setTitleJustifications(int horizontal, int vertical)(Code)(Java Doc)
final void setTitleLocation(Point location)(Code)(Java Doc)
final void setTitleRotateLeft(boolean rotate)(Code)(Java Doc)
final void updateTitledArea(Graphics2D g2D)(Code)(Java Doc)

Methods inherited from net.sourceforge.chart2d.FontArea
final Font getFont()(Code)(Java Doc)
final boolean getFontAreaNeedsUpdate()(Code)(Java Doc)
final Color getFontColor()(Code)(Java Doc)
final String getFontName()(Code)(Java Doc)
final int getFontPointModel()(Code)(Java Doc)
final int getFontStyle()(Code)(Java Doc)
void paintComponent(Graphics2D g2D)(Code)(Java Doc)
final void resetFontAreaModel(boolean reset)(Code)(Java Doc)
final void setFontColor(Color c)(Code)(Java Doc)
final void setFontName(String n)(Code)(Java Doc)
final void setFontPointModel(int p)(Code)(Java Doc)
final void setFontStyle(int s)(Code)(Java Doc)
final void updateFontArea()(Code)(Java Doc)

Fields inherited from net.sourceforge.chart2d.Area
final static int BETWEEN(Code)(Java Doc)
final static int BOTTOM(Code)(Java Doc)
final static int CENTER(Code)(Java Doc)
final static int CENTERED(Code)(Java Doc)
static float[] CONTINUOUS(Code)(Java Doc)
static float[] DASHED(Code)(Java Doc)
static float[] DOTTED(Code)(Java Doc)
final static int HEIGHT(Code)(Java Doc)
final static int HORIZONTAL(Code)(Java Doc)
final static int LABELSBOTTOM(Code)(Java Doc)
final static int LABELSLEFT(Code)(Java Doc)
final static int LEFT(Code)(Java Doc)
final static int LEFTBOTTOM(Code)(Java Doc)
final static int LEFTRIGHT(Code)(Java Doc)
final static int LEFTTOP(Code)(Java Doc)
final static int LESSER(Code)(Java Doc)
final static int MAX(Code)(Java Doc)
final static int MAXMODEL(Code)(Java Doc)
final static int MIN(Code)(Java Doc)
static int NONE(Code)(Java Doc)
final static int RIGHT(Code)(Java Doc)
final static int RIGHTBOTTOM(Code)(Java Doc)
final static int RIGHTTOP(Code)(Java Doc)
final static int TOP(Code)(Java Doc)
final static int TOPBOTTOM(Code)(Java Doc)
final static int VERTICAL(Code)(Java Doc)
final static int WIDTH(Code)(Java Doc)

Methods inherited from net.sourceforge.chart2d.Area
final int applyRatio(int model, float ratio)(Code)(Java Doc)
final boolean getAreaNeedsUpdate()(Code)(Java Doc)
final boolean getAutoSize(int which)(Code)(Java Doc)
final Color getBackgroundColor()(Code)(Java Doc)
final boolean getBackgroundExistence()(Code)(Java Doc)
final Color getBorderColor()(Code)(Java Doc)
final Color getBorderColor(int which)(Code)(Java Doc)
final boolean getBorderExistence()(Code)(Java Doc)
final boolean getBorderExistence(int which)(Code)(Java Doc)
final int getBorderThickness(int which)(Code)(Java Doc)
final int getBorderThickness()(Code)(Java Doc)
final int getBorderThicknessModel()(Code)(Java Doc)
final int getBorderThicknessModel(int which)(Code)(Java Doc)
final boolean getGapExistence()(Code)(Java Doc)
final boolean getGapExistence(int which)(Code)(Java Doc)
final int getGapThickness()(Code)(Java Doc)
final int getGapThickness(int which)(Code)(Java Doc)
final int getGapThicknessModel()(Code)(Java Doc)
final int getJustifications(int which)(Code)(Java Doc)
int getLightSource()(Code)(Java Doc)
final int getOffsetThickness()(Code)(Java Doc)
final float getRatio(int which)(Code)(Java Doc)
final boolean getResetAreaModel()(Code)(Java Doc)
final Dimension getSize(int which)(Code)(Java Doc)
final Point getSizeLocation(int which)(Code)(Java Doc)
final Dimension getSpaceSize(int which)(Code)(Java Doc)
final Point getSpaceSizeLocation(int which)(Code)(Java Doc)
void paintComponent(Graphics2D g2D)(Code)(Java Doc)
final void resetAreaModel(boolean reset)(Code)(Java Doc)
final void setAutoJustifys(boolean horizontal, boolean vertical)(Code)(Java Doc)
final void setAutoSizes(boolean maxModel, boolean min)(Code)(Java Doc)
final void setBackgroundColor(Color color)(Code)(Java Doc)
final void setBackgroundExistence(boolean existence)(Code)(Java Doc)
final void setBorderAssociations(boolean leftRight, boolean leftTop, boolean leftBottom, boolean rightTop, boolean rightBottom, boolean topBottom)(Code)(Java Doc)
final void setBorderColor(Color color)(Code)(Java Doc)
final void setBorderColors(Color left, Color right, Color top, Color bottom)(Code)(Java Doc)
final void setBorderCornerAssociations(int leftTop, int leftBottom, int rightTop, int rightBottom)(Code)(Java Doc)
final void setBorderExistence(boolean existences)(Code)(Java Doc)
final void setBorderExistences(boolean left, boolean right, boolean top, boolean bottom)(Code)(Java Doc)
final void setBorderThicknessModel(int thickness)(Code)(Java Doc)
final void setBorderThicknessModels(int left, int right, int top, int bottom)(Code)(Java Doc)
final void setCustomRatio(int which, boolean customize, float ratio)(Code)(Java Doc)
final void setGapAssociations(boolean leftRight, boolean leftTop, boolean leftBottom, boolean rightTop, boolean rightBottom, boolean topBottom)(Code)(Java Doc)
final void setGapExistence(boolean existence)(Code)(Java Doc)
final void setGapExistences(boolean left, boolean right, boolean top, boolean bottom)(Code)(Java Doc)
final void setGapThicknessModel(int thickness)(Code)(Java Doc)
final void setGapThicknessModels(int left, int right, int top, int bottom)(Code)(Java Doc)
final void setJustifications(int horizontal, int vertical)(Code)(Java Doc)
void setLightSource(int source)(Code)(Java Doc)
final void setLockRatios(boolean lock)(Code)(Java Doc)
final void setSize(int which, Dimension size)(Code)(Java Doc)
final void setSizeLocation(int which, Point location)(Code)(Java Doc)
final void setSpaceSize(int which, Dimension size)(Code)(Java Doc)
final void setSpaceSizeLocation(int which, Point location)(Code)(Java Doc)
final void updateArea()(Code)(Java Doc)

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.