Java Doc for TextElementFactory.java in  » Report » pentaho-report » org » jfree » report » elementfactory » 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 » Report » pentaho report » org.jfree.report.elementfactory 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.jfree.report.elementfactory.ElementFactory
      org.jfree.report.elementfactory.TextElementFactory

All known Subclasses:   org.jfree.report.elementfactory.TextFieldElementFactory,  org.jfree.report.elementfactory.ResourceLabelElementFactory,  org.jfree.report.elementfactory.BandElementFactory,  org.jfree.report.elementfactory.MessageFieldElementFactory,  org.jfree.report.elementfactory.ResourceMessageElementFactory,  org.jfree.report.elementfactory.LabelElementFactory,
TextElementFactory
abstract public class TextElementFactory extends ElementFactory (Code)
The text element factory is the abstract base class for all text element factory implementations. It provides common properties shared among all text elements.
author:
   Thomas Morgner



Constructor Summary
protected  TextElementFactory()
     Default Constructor.

Method Summary
protected  voidapplyStyle(ElementStyleSheet style)
     Applies the defined element style to the given stylesheet.
public  BooleangetBold()
     Returns the state of the bold flag for the font.
public  BooleangetEmbedFont()
     Returns the font embedding flag for the new text elements.
public  StringgetEncoding()
     Returns the font encoding used to write the text.
public  StringgetFontName()
     Returns the name of the font that should be used to print the text.
public  IntegergetFontSize()
     Returns the font size in points.
public  BooleangetItalic()
     Returns the state of the italic flag for the font.
public  FloatgetLineHeight()
     Returns the lineheight defined for the text element.
public  FloatgetMaximumLetterSpacing()
     Returns the defined maximum letter spacing for a text element.
public  FloatgetMinimumLetterSpacing()
     Returns the defined minimum letter spacing for a text element.
public  FloatgetOptimumLetterSpacing()
     Return optimum letter spacing for a text element.
public  StringgetReservedLiteral()
     Returns the defined reserved literal, which should be appended to the text to signal text, which was not completly printed.
public  BooleangetStrikethrough()
     Returns the state of the strike through flag for the font.
public  BooleangetTrimTextContent()
     Returns, whether the text lines should be trimmed.
public  BooleangetUnderline()
     Returns the state of the underline flag for the font.
public  VerticalTextAligngetVerticalTextAlignment()
     Returns the defined vertical text alignment for this element.
public  WhitespaceCollapsegetWhitespaceCollapse()
     Returns how the layouter treats whitespaces in the text of a text-element.
public  TextWrapgetWrap()
     Returns how and when text-wrapping should occur inside a text element.
public  BooleangetWrapText()
     Returns, whether the text should be wrapped in Excel-cells.
public  voidsetBold(Boolean bold)
     Defines the state of the bold flag for the font.
public  voidsetEmbedFont(Boolean embedFont)
     Defines that the font should be embedded if possible.
public  voidsetEncoding(String encoding)
     Defines the font encoding used to write the text.
public  voidsetFontName(String fontName)
     Defines the name of the font that should be used to print the text.
public  voidsetFontSize(Integer fontSize)
     Returns the font size in points.
public  voidsetItalic(Boolean italic)
     Defines the state of the italic flag for the font.
public  voidsetLineHeight(Float lineHeight)
     Defines the lineheight defined for the text element.
public  voidsetMaximumLetterSpacing(Float maximumLetterSpacing)
     Defines the maximum letter spacing for a text element.
public  voidsetMinimumLetterSpacing(Float minimumLetterSpacing)
     Defines the minimum letter spacing for a text element.
public  voidsetOptimumLetterSpacing(Float optimumLetterSpacing)
     Defines the optimum letter spacing for a text element.
public  voidsetReservedLiteral(String reservedLiteral)
     Defines the defined reserved literal, which should be appended to the text to signal text, which was not completly printed.
public  voidsetStrikethrough(Boolean strikethrough)
     Defines the state of the strike through flag for the font.
public  voidsetTrimTextContent(Boolean trimTextContent)
     Defines, whether the text lines should be trimmed.
public  voidsetUnderline(Boolean underline)
     Defines the state of the underline flag for the font.
public  voidsetVerticalTextAlignment(VerticalTextAlign verticalTextAlignment)
     Defines the vertical text alignment for this element.
public  voidsetWhitespaceCollapse(WhitespaceCollapse whitespaceCollapse)
     Defines how to treat whitespaces in the text of a text-element.
public  voidsetWrap(TextWrap wrap)
     Defines how and when text-wrapping should occur inside a text element.
public  voidsetWrapText(Boolean wrapText)
     Defines, whether the text should be wrapped in excel cells.


Constructor Detail
TextElementFactory
protected TextElementFactory()(Code)
Default Constructor.




Method Detail
applyStyle
protected void applyStyle(ElementStyleSheet style)(Code)
Applies the defined element style to the given stylesheet. This is a helper function to reduce the code size of the implementors.
Parameters:
  style - the stlyesheet.



getBold
public Boolean getBold()(Code)
Returns the state of the bold flag for the font. This method may return null to indicate that that value should be inherited from the parents. the bold-flag.



getEmbedFont
public Boolean getEmbedFont()(Code)
Returns the font embedding flag for the new text elements. Font embedding is only used in some output targets. the font embedding flag.



getEncoding
public String getEncoding()(Code)
Returns the font encoding used to write the text. This parameter is only used by some output targets and will be ignored otherwise. the font encoding.



getFontName
public String getFontName()(Code)
Returns the name of the font that should be used to print the text. the font name.



getFontSize
public Integer getFontSize()(Code)
Returns the font size in points. the font size.



getItalic
public Boolean getItalic()(Code)
Returns the state of the italic flag for the font. This method may return null to indicate that that value should be inherited from the parents. the italic-flag.



getLineHeight
public Float getLineHeight()(Code)
Returns the lineheight defined for the text element. The lineheight must be greater than the font size, or this value will be ignored. the line height.



getMaximumLetterSpacing
public Float getMaximumLetterSpacing()(Code)
Returns the defined maximum letter spacing for a text element. This property controls how the justify-alignment distributes extra space on a line. the maximum letter spacing or null, if undefined.



getMinimumLetterSpacing
public Float getMinimumLetterSpacing()(Code)
Returns the defined minimum letter spacing for a text element. This property controls how the justify-alignment distributes extra space on a line and controls how much extra space is applied between the characters of a text. the minimum letter spacing or null, if undefined.



getOptimumLetterSpacing
public Float getOptimumLetterSpacing()(Code)
Return optimum letter spacing for a text element. This property controls how the justify-alignment distributes extra space on a line. the optimum letter spacing or null, if undefined.



getReservedLiteral
public String getReservedLiteral()(Code)
Returns the defined reserved literal, which should be appended to the text to signal text, which was not completly printed. the reserved literal.



getStrikethrough
public Boolean getStrikethrough()(Code)
Returns the state of the strike through flag for the font. This method may return null to indicate that that value should be inherited from the parents. the strike-through-flag.



getTrimTextContent
public Boolean getTrimTextContent()(Code)
Returns, whether the text lines should be trimmed. Boolean.TRUE, if the text should be trimmed, Boolean.FALSE if the text should never be trimmed or null, ifthe default should be applied.



getUnderline
public Boolean getUnderline()(Code)
Returns the state of the underline flag for the font. This method may return null to indicate that that value should be inherited from the parents. the underline-flag.



getVerticalTextAlignment
public VerticalTextAlign getVerticalTextAlignment()(Code)
Returns the defined vertical text alignment for this element. the vertical text alignment property or null, if the property is not defined.



getWhitespaceCollapse
public WhitespaceCollapse getWhitespaceCollapse()(Code)
Returns how the layouter treats whitespaces in the text of a text-element. the white space collapse constant or null, if undefined.
See Also:   WhitespaceCollapse



getWrap
public TextWrap getWrap()(Code)
Returns how and when text-wrapping should occur inside a text element. the defined text-wrap property.
See Also:   TextWrap



getWrapText
public Boolean getWrapText()(Code)
Returns, whether the text should be wrapped in Excel-cells. the wrap text flag.



setBold
public void setBold(Boolean bold)(Code)
Defines the state of the bold flag for the font. This value may be set to null to indicate that that value should be inherited from the parents.
Parameters:
  bold - the bold-flag.



setEmbedFont
public void setEmbedFont(Boolean embedFont)(Code)
Defines that the font should be embedded if possible.
Parameters:
  embedFont - embedds the font if possible.



setEncoding
public void setEncoding(String encoding)(Code)
Defines the font encoding used to write the text. This parameter is only used by some output targets and will be ignored otherwise.
Parameters:
  encoding - the font encoding.



setFontName
public void setFontName(String fontName)(Code)
Defines the name of the font that should be used to print the text.
Parameters:
  fontName - the name of the font.



setFontSize
public void setFontSize(Integer fontSize)(Code)
Returns the font size in points.
Parameters:
  fontSize - the font size.



setItalic
public void setItalic(Boolean italic)(Code)
Defines the state of the italic flag for the font. This value may be set to null to indicate that that value should be inherited from the parents.
Parameters:
  italic - the italic-flag.



setLineHeight
public void setLineHeight(Float lineHeight)(Code)
Defines the lineheight defined for the text element. The lineheight must be greater than the font size, or this value will be ignored.
Parameters:
  lineHeight - the line height.



setMaximumLetterSpacing
public void setMaximumLetterSpacing(Float maximumLetterSpacing)(Code)
Defines the maximum letter spacing for a text element. This property controls how the justify-alignment distributes extra space on a line.
Parameters:
  maximumLetterSpacing - the maximum letter spacing.



setMinimumLetterSpacing
public void setMinimumLetterSpacing(Float minimumLetterSpacing)(Code)
Defines the minimum letter spacing for a text element. This property controls how the justify-alignment distributes extra space on a line and controls how much extra space is applied between the characters of a text.
Parameters:
  minimumLetterSpacing - the minimum letter spacing or null, if undefined.



setOptimumLetterSpacing
public void setOptimumLetterSpacing(Float optimumLetterSpacing)(Code)
Defines the optimum letter spacing for a text element. This property controls how the justify-alignment distributes extra space on a line.
Parameters:
  optimumLetterSpacing - the optimum letter spacing or null, if undefined.



setReservedLiteral
public void setReservedLiteral(String reservedLiteral)(Code)
Defines the defined reserved literal, which should be appended to the text to signal text, which was not completly printed.
Parameters:
  reservedLiteral - the reserved literal.



setStrikethrough
public void setStrikethrough(Boolean strikethrough)(Code)
Defines the state of the strike through flag for the font. This value may be set to null to indicate that that value should be inherited from the parents.
Parameters:
  strikethrough - the strikethrough-flag.



setTrimTextContent
public void setTrimTextContent(Boolean trimTextContent)(Code)
Defines, whether the text lines should be trimmed.
Parameters:
  trimTextContent - Boolean.TRUE, if the text should be trimmed, Boolean.FALSE if the text should never betrimmed or null, if the default should be applied.



setUnderline
public void setUnderline(Boolean underline)(Code)
Defines the state of the underline flag for the font. This value may be set to null to indicate that that value should be inherited from the parents.
Parameters:
  underline - the underline-flag.



setVerticalTextAlignment
public void setVerticalTextAlignment(VerticalTextAlign verticalTextAlignment)(Code)
Defines the vertical text alignment for this element.
Parameters:
  verticalTextAlignment - the vertical text alignment property or null, if the property should not be defined.



setWhitespaceCollapse
public void setWhitespaceCollapse(WhitespaceCollapse whitespaceCollapse)(Code)
Defines how to treat whitespaces in the text of a text-element.
Parameters:
  whitespaceCollapse - the white space collapse constant or null, if undefined.
See Also:   WhitespaceCollapse



setWrap
public void setWrap(TextWrap wrap)(Code)
Defines how and when text-wrapping should occur inside a text element.
Parameters:
  wrap - the defined text-wrap property.
See Also:   TextWrap



setWrapText
public void setWrapText(Boolean wrapText)(Code)
Defines, whether the text should be wrapped in excel cells.
Parameters:
  wrapText - the wrap text flag.



Methods inherited from org.jfree.report.elementfactory.ElementFactory
protected void applyElementName(Element e)(Code)(Java Doc)
protected void applyStyle(ElementStyleSheet style)(Code)(Java Doc)
abstract public Element createElement()(Code)(Java Doc)
public Point2D getAbsolutePosition()(Code)(Java Doc)
public Boolean getAvoidPagebreaks()(Code)(Java Doc)
public Color getBackgroundColor()(Code)(Java Doc)
protected static Boolean getBooleanValue(boolean b)(Code)(Java Doc)
public Color getBorderBottomColor()(Code)(Java Doc)
public Dimension2D getBorderBottomLeftRadius()(Code)(Java Doc)
public Float getBorderBottomLeftRadiusHeight()(Code)(Java Doc)
public Float getBorderBottomLeftRadiusWidth()(Code)(Java Doc)
public Dimension2D getBorderBottomRightRadius()(Code)(Java Doc)
public Float getBorderBottomRightRadiusHeight()(Code)(Java Doc)
public Float getBorderBottomRightRadiusWidth()(Code)(Java Doc)
public BorderStyle getBorderBottomStyle()(Code)(Java Doc)
public Float getBorderBottomWidth()(Code)(Java Doc)
public Color getBorderBreakColor()(Code)(Java Doc)
public BorderStyle getBorderBreakStyle()(Code)(Java Doc)
public Float getBorderBreakWidth()(Code)(Java Doc)
public Color getBorderColor()(Code)(Java Doc)
public Color getBorderLeftColor()(Code)(Java Doc)
public BorderStyle getBorderLeftStyle()(Code)(Java Doc)
public Float getBorderLeftWidth()(Code)(Java Doc)
public Dimension2D getBorderRadius()(Code)(Java Doc)
public Float getBorderRadiusHeight()(Code)(Java Doc)
public Float getBorderRadiusWidth()(Code)(Java Doc)
public Color getBorderRightColor()(Code)(Java Doc)
public BorderStyle getBorderRightStyle()(Code)(Java Doc)
public Float getBorderRightWidth()(Code)(Java Doc)
public BorderStyle getBorderStyle()(Code)(Java Doc)
public Color getBorderTopColor()(Code)(Java Doc)
public Dimension2D getBorderTopLeftRadius()(Code)(Java Doc)
public Float getBorderTopLeftRadiusHeight()(Code)(Java Doc)
public Float getBorderTopLeftRadiusWidth()(Code)(Java Doc)
public Dimension2D getBorderTopRightRadius()(Code)(Java Doc)
public Float getBorderTopRightRadiusHeight()(Code)(Java Doc)
public Float getBorderTopRightRadiusWidth()(Code)(Java Doc)
public BorderStyle getBorderTopStyle()(Code)(Java Doc)
public Float getBorderTopWidth()(Code)(Java Doc)
public Float getBorderWidth()(Code)(Java Doc)
public Color getColor()(Code)(Java Doc)
public Boolean getDynamicHeight()(Code)(Java Doc)
public FontSmooth getFontSmooth()(Code)(Java Doc)
public String getHRefTarget()(Code)(Java Doc)
public String getHRefTitle()(Code)(Java Doc)
public String getHRefWindow()(Code)(Java Doc)
public Float getHeight()(Code)(Java Doc)
public ElementAlignment getHorizontalAlignment()(Code)(Java Doc)
public Boolean getLayoutCachable()(Code)(Java Doc)
public Float getMaximumHeight()(Code)(Java Doc)
public Dimension2D getMaximumSize()(Code)(Java Doc)
public Float getMaximumWidth()(Code)(Java Doc)
public Float getMinimumHeight()(Code)(Java Doc)
public Dimension2D getMinimumSize()(Code)(Java Doc)
public Float getMinimumWidth()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public Integer getOrphans()(Code)(Java Doc)
public Boolean getOverflowX()(Code)(Java Doc)
public Boolean getOverflowY()(Code)(Java Doc)
public Float getPadding()(Code)(Java Doc)
public Float getPaddingBottom()(Code)(Java Doc)
public Float getPaddingLeft()(Code)(Java Doc)
public Float getPaddingRight()(Code)(Java Doc)
public Float getPaddingTop()(Code)(Java Doc)
public Dimension2D getPreferredSize()(Code)(Java Doc)
public ElementAlignment getVerticalAlignment()(Code)(Java Doc)
public Boolean getVisible()(Code)(Java Doc)
public Integer getWidows()(Code)(Java Doc)
public Float getWidth()(Code)(Java Doc)
public Float getX()(Code)(Java Doc)
public Float getY()(Code)(Java Doc)
public void setAbsolutePosition(Point2D absolutePosition)(Code)(Java Doc)
public void setAvoidPagebreaks(Boolean avoidPagebreaks)(Code)(Java Doc)
public void setBackgroundColor(Color backgroundColor)(Code)(Java Doc)
public void setBorderBottomColor(Color borderBottomColor)(Code)(Java Doc)
public void setBorderBottomLeftRadius(Dimension2D borderRadius)(Code)(Java Doc)
public void setBorderBottomLeftRadiusHeight(Float borderBottomLeftRadiusHeight)(Code)(Java Doc)
public void setBorderBottomLeftRadiusWidth(Float borderBottomLeftRadiusWidth)(Code)(Java Doc)
public void setBorderBottomRightRadius(Dimension2D borderRadius)(Code)(Java Doc)
public void setBorderBottomRightRadiusHeight(Float borderBottomRightRadiusHeight)(Code)(Java Doc)
public void setBorderBottomRightRadiusWidth(Float borderBottomRightRadiusWidth)(Code)(Java Doc)
public void setBorderBottomStyle(BorderStyle borderBottomStyle)(Code)(Java Doc)
public void setBorderBottomWidth(Float borderBottomWidth)(Code)(Java Doc)
public void setBorderBreakColor(Color borderBreakColor)(Code)(Java Doc)
public void setBorderBreakStyle(BorderStyle borderBreakStyle)(Code)(Java Doc)
public void setBorderBreakWidth(Float borderBreakWidth)(Code)(Java Doc)
public void setBorderColor(Color borderColor)(Code)(Java Doc)
public void setBorderLeftColor(Color borderLeftColor)(Code)(Java Doc)
public void setBorderLeftStyle(BorderStyle borderLeftStyle)(Code)(Java Doc)
public void setBorderLeftWidth(Float borderLeftWidth)(Code)(Java Doc)
public void setBorderRadius(Dimension2D borderRadius)(Code)(Java Doc)
public void setBorderRadiusHeight(Float borderRadiusHeight)(Code)(Java Doc)
public void setBorderRadiusWidth(Float borderRadiusWidth)(Code)(Java Doc)
public void setBorderRightColor(Color borderRightColor)(Code)(Java Doc)
public void setBorderRightStyle(BorderStyle borderRightStyle)(Code)(Java Doc)
public void setBorderRightWidth(Float borderRightWidth)(Code)(Java Doc)
public void setBorderStyle(BorderStyle borderStyle)(Code)(Java Doc)
public void setBorderTopColor(Color borderTopColor)(Code)(Java Doc)
public void setBorderTopLeftRadius(Dimension2D borderRadius)(Code)(Java Doc)
public void setBorderTopLeftRadiusHeight(Float borderTopLeftRadiusHeight)(Code)(Java Doc)
public void setBorderTopLeftRadiusWidth(Float borderTopLeftRadiusWidth)(Code)(Java Doc)
public void setBorderTopRightRadius(Dimension2D borderRadius)(Code)(Java Doc)
public void setBorderTopRightRadiusHeight(Float borderTopRightRadiusHeight)(Code)(Java Doc)
public void setBorderTopRightRadiusWidth(Float borderTopRightRadiusWidth)(Code)(Java Doc)
public void setBorderTopStyle(BorderStyle borderTopStyle)(Code)(Java Doc)
public void setBorderTopWidth(Float borderTopWidth)(Code)(Java Doc)
public void setBorderWidth(Float borderWidth)(Code)(Java Doc)
public void setColor(Color color)(Code)(Java Doc)
public void setDynamicHeight(Boolean dynamicHeight)(Code)(Java Doc)
public void setFontSmooth(FontSmooth fontSmooth)(Code)(Java Doc)
public void setHRefTarget(String hRefTarget)(Code)(Java Doc)
public void setHRefTitle(String hRefTitle)(Code)(Java Doc)
public void setHRefWindow(String hRefWindow)(Code)(Java Doc)
public void setHeight(Float height)(Code)(Java Doc)
public void setHorizontalAlignment(ElementAlignment horizontalAlignment)(Code)(Java Doc)
public void setLayoutCachable(Boolean layoutCachable)(Code)(Java Doc)
public void setMaximumHeight(Float maximumHeight)(Code)(Java Doc)
public void setMaximumSize(Dimension2D maximumSize)(Code)(Java Doc)
public void setMaximumWidth(Float maximumWidth)(Code)(Java Doc)
public void setMinimumHeight(Float minimumHeight)(Code)(Java Doc)
public void setMinimumSize(Dimension2D minimumSize)(Code)(Java Doc)
public void setMinimumWidth(Float minimumWidth)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setOrphans(Integer orphans)(Code)(Java Doc)
public void setOverflowX(Boolean overflowX)(Code)(Java Doc)
public void setOverflowY(Boolean overflowY)(Code)(Java Doc)
public void setPadding(Float padding)(Code)(Java Doc)
public void setPaddingBottom(Float paddingBottom)(Code)(Java Doc)
public void setPaddingLeft(Float paddingLeft)(Code)(Java Doc)
public void setPaddingRight(Float paddingRight)(Code)(Java Doc)
public void setPaddingTop(Float paddingTop)(Code)(Java Doc)
public void setPreferredSize(Dimension2D preferredSize)(Code)(Java Doc)
public void setVerticalAlignment(ElementAlignment verticalAlignment)(Code)(Java Doc)
public void setVisible(Boolean visible)(Code)(Java Doc)
public void setWidows(Integer widows)(Code)(Java Doc)
public void setWidth(Float width)(Code)(Java Doc)
public void setX(Float x)(Code)(Java Doc)
public void setY(Float y)(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.