Java Doc for TextReportElement.java in  » Report » iReport-2.0.5 » it » businesslogic » ireport » 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 » iReport 2.0.5 » it.businesslogic.ireport 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   it.businesslogic.ireport.IReportHashMapBean
      it.businesslogic.ireport.ReportElement
         it.businesslogic.ireport.TextReportElement

All known Subclasses:   it.businesslogic.ireport.StaticTextReportElement,  it.businesslogic.ireport.TextFieldReportElement,
TextReportElement
abstract public class TextReportElement extends ReportElement implements BoxElement(Code)

Inner Class :static class Rotation

Field Summary
public static  StringALIGN
    
public static  StringDEFAULT_ALIGN
    
public static  booleanDEFAULT_IS_STYLED_TEXT
    
public static  StringDEFAULT_LINE_SPACING
    
public static  StringDEFAULT_MARKUP
    
public static  StringDEFAULT_ROTATE
    
public static  StringDEFAULT_VERTICAL_ALIGN
    
public static  StringIS_STYLED_TEXT
    
public static  StringLINE_SPACING
    
public static  StringMARKUP
    
public static  StringROTATE
    
public static  RotationROTATION_LEFT
    
public static  RotationROTATION_NONE
    
public static  RotationROTATION_RIGHT
    
public static  RotationROTATION_UPSIDEDOWN
    
public static  StringVERTICAL_ALIGN
    

Constructor Summary
public  TextReportElement(int x, int y, int width, int height)
    

Method Summary
public  voidcopyBaseReportElement(ReportElement destination, ReportElement source)
    
public  voiddrawObject(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin)
    
public  java.lang.StringgetAlign()
     Getter for property align.
public  BoxgetBox()
    
public  java.awt.FontgetFont()
     Getter for property font.
public  java.lang.StringgetFontName()
     Getter for property fontName.
public  intgetFontSize()
     Getter for property fontSize.
public  IReportFontgetIReportFont()
     Return a instance of IReportFont.
public  intgetLineCount()
    
public  java.lang.StringgetLineSpacing()
     Getter for property lineSpacing.
public  StringgetMarkup()
     Getter for property isStyledText.
public  java.lang.StringgetPDFFontName()
     Getter for property PDFFontName.
public  java.lang.StringgetPdfEncoding()
     Getter for property pdfEncoding.
public  java.lang.StringgetReportFont()
     Getter for property reportFont.
public  java.lang.StringgetRotate()
     Getter for property Rotate.
static  ListgetRotations()
    
public  java.lang.StringgetTTFFont()
     Getter for property TTFFont.
public  java.lang.StringgetText()
     Getter for property text.
public  intgetTextHeight(java.awt.FontMetrics fm)
    
public  java.lang.StringgetVerticalAlign()
     Getter for property verticalAlign.
public  booleanisBold()
     Getter for property bold.
public  booleanisIsStyledText()
     Getter for property isStyledText.
public  booleanisItalic()
     Getter for property italic.
public  booleanisPdfEmbedded()
     Getter for property pdfEmbedded.
public  booleanisStrikeTrought()
     Getter for property strikeTrought.
public  booleanisUnderline()
     Getter for property underline.
public  voidmodifyFontSize(int delta)
     Setter for property fontSize.
public  voidsetAlign(java.lang.String align)
     Setter for property align.
public  voidsetBold(boolean bold)
     Setter for property bold.
public  voidsetBox(Box box)
    
public  voidsetFont(java.awt.Font font)
     Setter for property font.
public  voidsetFontName(java.lang.String fontName)
     Setter for property fontName.
public  voidsetFontSize(int fontSize)
     Setter for property fontSize.
public  voidsetIReportFont(IReportFont newIreportFont)
    
public  voidsetIsStyledText(boolean isStyledText)
     Setter for property isStyledText.
public  voidsetItalic(boolean italic)
     Setter for property italic.
public  voidsetLineSpacing(java.lang.String lineSpacing)
     Setter for property lineSpacing.
public  voidsetMarkup(String markup)
     Setter for property isStyledText.
public  voidsetPDFFontName(java.lang.String PDFFontName)
     Setter for property PDFFontName.
public  voidsetPdfEmbedded(boolean pdfEmbedded)
     Setter for property pdfEmbedded.
public  voidsetPdfEncoding(java.lang.String pdfEncoding)
     Setter for property pdfEncoding.
public  voidsetReportFont(java.lang.String reportFont)
     Setter for property reportFont.
public  voidsetRotate(java.lang.String rotate)
     Setter for property Rotate.
public  voidsetStrikeTrought(boolean strikeTrought)
     Setter for property strikeTrought.
public  voidsetStyle(Style style)
    
public  voidsetTTFFont(java.lang.String TTFFont)
     Setter for property TTFFont.
public  voidsetText(java.lang.String text)
     Setter for property text.
public  voidsetUnderline(boolean underline)
     Setter for property underline.
public  voidsetVerticalAlign(java.lang.String verticalAlign)
     Setter for property verticalAlign.

Field Detail
ALIGN
public static String ALIGN(Code)



DEFAULT_ALIGN
public static String DEFAULT_ALIGN(Code)



DEFAULT_IS_STYLED_TEXT
public static boolean DEFAULT_IS_STYLED_TEXT(Code)



DEFAULT_LINE_SPACING
public static String DEFAULT_LINE_SPACING(Code)



DEFAULT_MARKUP
public static String DEFAULT_MARKUP(Code)



DEFAULT_ROTATE
public static String DEFAULT_ROTATE(Code)



DEFAULT_VERTICAL_ALIGN
public static String DEFAULT_VERTICAL_ALIGN(Code)



IS_STYLED_TEXT
public static String IS_STYLED_TEXT(Code)



LINE_SPACING
public static String LINE_SPACING(Code)



MARKUP
public static String MARKUP(Code)



ROTATE
public static String ROTATE(Code)



ROTATION_LEFT
public static Rotation ROTATION_LEFT(Code)



ROTATION_NONE
public static Rotation ROTATION_NONE(Code)



ROTATION_RIGHT
public static Rotation ROTATION_RIGHT(Code)



ROTATION_UPSIDEDOWN
public static Rotation ROTATION_UPSIDEDOWN(Code)



VERTICAL_ALIGN
public static String VERTICAL_ALIGN(Code)




Constructor Detail
TextReportElement
public TextReportElement(int x, int y, int width, int height)(Code)




Method Detail
copyBaseReportElement
public void copyBaseReportElement(ReportElement destination, ReportElement source)(Code)



drawObject
public void drawObject(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin)(Code)



getAlign
public java.lang.String getAlign()(Code)
Getter for property align. Value of property align.



getBox
public Box getBox()(Code)



getFont
public java.awt.Font getFont()(Code)
Getter for property font. Value of property font.



getFontName
public java.lang.String getFontName()(Code)
Getter for property fontName. Value of property fontName.



getFontSize
public int getFontSize()(Code)
Getter for property fontSize. Value of property fontSize.



getIReportFont
public IReportFont getIReportFont()(Code)
Return a instance of IReportFont.



getLineCount
public int getLineCount()(Code)



getLineSpacing
public java.lang.String getLineSpacing()(Code)
Getter for property lineSpacing. Value of property lineSpacing.



getMarkup
public String getMarkup()(Code)
Getter for property isStyledText. Value of property isStyledText.



getPDFFontName
public java.lang.String getPDFFontName()(Code)
Getter for property PDFFontName. Value of property PDFFontName.



getPdfEncoding
public java.lang.String getPdfEncoding()(Code)
Getter for property pdfEncoding. Value of property pdfEncoding.



getReportFont
public java.lang.String getReportFont()(Code)
Getter for property reportFont. Value of property reportFont.



getRotate
public java.lang.String getRotate()(Code)
Getter for property Rotate. Rotate can be one of the values: "none", "left", "right" Value of property Rotate.



getRotations
static List getRotations()(Code)



getTTFFont
public java.lang.String getTTFFont()(Code)
Getter for property TTFFont. Value of property TTFFont.



getText
public java.lang.String getText()(Code)
Getter for property text. Value of property text.



getTextHeight
public int getTextHeight(java.awt.FontMetrics fm)(Code)



getVerticalAlign
public java.lang.String getVerticalAlign()(Code)
Getter for property verticalAlign. Value of property verticalAlign.



isBold
public boolean isBold()(Code)
Getter for property bold. Value of property bold.



isIsStyledText
public boolean isIsStyledText()(Code)
Getter for property isStyledText. Value of property isStyledText.



isItalic
public boolean isItalic()(Code)
Getter for property italic. Value of property italic.



isPdfEmbedded
public boolean isPdfEmbedded()(Code)
Getter for property pdfEmbedded. Value of property pdfEmbedded.



isStrikeTrought
public boolean isStrikeTrought()(Code)
Getter for property strikeTrought. Value of property strikeTrought.



isUnderline
public boolean isUnderline()(Code)
Getter for property underline. Value of property underline.



modifyFontSize
public void modifyFontSize(int delta)(Code)
Setter for property fontSize.
Parameters:
  fontSize - New value of property fontSize.



setAlign
public void setAlign(java.lang.String align)(Code)
Setter for property align.
Parameters:
  align - New value of property align.



setBold
public void setBold(boolean bold)(Code)
Setter for property bold.
Parameters:
  bold - New value of property bold.



setBox
public void setBox(Box box)(Code)



setFont
public void setFont(java.awt.Font font)(Code)
Setter for property font.
Parameters:
  font - New value of property font.



setFontName
public void setFontName(java.lang.String fontName)(Code)
Setter for property fontName.
Parameters:
  fontName - New value of property fontName.



setFontSize
public void setFontSize(int fontSize)(Code)
Setter for property fontSize.
Parameters:
  fontSize - New value of property fontSize.



setIReportFont
public void setIReportFont(IReportFont newIreportFont)(Code)



setIsStyledText
public void setIsStyledText(boolean isStyledText)(Code)
Setter for property isStyledText.
Parameters:
  isStyledText - New value of property isStyledText.



setItalic
public void setItalic(boolean italic)(Code)
Setter for property italic.
Parameters:
  italic - New value of property italic.



setLineSpacing
public void setLineSpacing(java.lang.String lineSpacing)(Code)
Setter for property lineSpacing.
Parameters:
  lineSpacing - New value of property lineSpacing.



setMarkup
public void setMarkup(String markup)(Code)
Setter for property isStyledText.
Parameters:
  isStyledText - New value of property isStyledText.



setPDFFontName
public void setPDFFontName(java.lang.String PDFFontName)(Code)
Setter for property PDFFontName.
Parameters:
  PDFFontName - New value of property PDFFontName.



setPdfEmbedded
public void setPdfEmbedded(boolean pdfEmbedded)(Code)
Setter for property pdfEmbedded.
Parameters:
  pdfEmbedded - New value of property pdfEmbedded.



setPdfEncoding
public void setPdfEncoding(java.lang.String pdfEncoding)(Code)
Setter for property pdfEncoding.
Parameters:
  pdfEncoding - New value of property pdfEncoding.



setReportFont
public void setReportFont(java.lang.String reportFont)(Code)
Setter for property reportFont.
Parameters:
  reportFont - New value of property reportFont.



setRotate
public void setRotate(java.lang.String rotate)(Code)
Setter for property Rotate.
Parameters:
  Rotate - New value of property Rotate.



setStrikeTrought
public void setStrikeTrought(boolean strikeTrought)(Code)
Setter for property strikeTrought.
Parameters:
  strikeTrought - New value of property strikeTrought.



setStyle
public void setStyle(Style style)(Code)



setTTFFont
public void setTTFFont(java.lang.String TTFFont)(Code)
Setter for property TTFFont.
Parameters:
  TTFFont - New value of property TTFFont.



setText
public void setText(java.lang.String text)(Code)
Setter for property text.
Parameters:
  text - New value of property text.



setUnderline
public void setUnderline(boolean underline)(Code)
Setter for property underline.
Parameters:
  underline - New value of property underline.



setVerticalAlign
public void setVerticalAlign(java.lang.String verticalAlign)(Code)
Setter for property verticalAlign.
Parameters:
  verticalAlign - New value of property verticalAlign.



Fields inherited from it.businesslogic.ireport.ReportElement
final public static String BGCOLOR(Code)(Java Doc)
final public static Color DEFAULT_BGCOLOR(Code)(Java Doc)
final public static Color DEFAULT_FGCOLOR(Code)(Java Doc)
final public static String DEFAULT_POSITION_TYPE(Code)(Java Doc)
final public static boolean DEFAULT_PRINT_IN_FIRST_WHOLE_BAND(Code)(Java Doc)
final public static boolean DEFAULT_PRINT_REPEATED_VALUES(Code)(Java Doc)
final public static boolean DEFAULT_PRINT_WHEN_DETAIL_OVERFLOW(Code)(Java Doc)
final public static boolean DEFAULT_REMOVE_LINE_WHEN_BLANK(Code)(Java Doc)
final public static String FGCOLOR(Code)(Java Doc)
final public static String MODE(Code)(Java Doc)
final public static String POSITION_TYPE(Code)(Java Doc)
final public static String PRINT_IN_FIRST_WHOLE_BAND(Code)(Java Doc)
final public static String PRINT_REPEATED_VALUES(Code)(Java Doc)
final public static String PRINT_WHEN_DETAIL_OVERFLOW(Code)(Java Doc)
final public static String REMOVE_LINE_WHEN_BLANK(Code)(Java Doc)
public Band band(Code)(Java Doc)
Rectangle bounds(Code)(Java Doc)
public java.util.List elementProperties(Code)(Java Doc)
public static BufferedImage hached(Code)(Java Doc)
public int height(Code)(Java Doc)
static int id_gen(Code)(Java Doc)
public Vector intersections(Code)(Java Doc)
public static Color lightcolor(Code)(Java Doc)
public String name(Code)(Java Doc)
public Point position(Code)(Java Doc)
public String printWhenExpression(Code)(Java Doc)
public String printWhenGroupChanges(Code)(Java Doc)
protected String stretchType(Code)(Java Doc)
public String transparentDefault(Code)(Java Doc)
public int width(Code)(Java Doc)
double zoom_factor(Code)(Java Doc)

Methods inherited from it.businesslogic.ireport.ReportElement
public void addToGroup(String groupname)(Code)(Java Doc)
public void adjustBand()(Code)(Java Doc)
public void adjustCell(Vector cells)(Code)(Java Doc)
public ReportElement cloneMe()(Code)(Java Doc)
public void copyBaseReportElement(ReportElement destination, ReportElement source)(Code)(Java Doc)
public void copyElementPropertiesTo(ReportElement newReportElement)(Code)(Java Doc)
public void drawBorder(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin)(Code)(Java Doc)
public void drawBorder(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin, Box box)(Code)(Java Doc)
public void drawCorona(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin, boolean selected)(Code)(Java Doc)
public void drawGraphicsElement(Graphics2D g, String pen, double zoom_factor, int x_shift_origin, int y_shift_origin)(Code)(Java Doc)
public void drawGraphicsElement(Graphics2D g, String pen, double zoom_factor, int x_shift_origin, int y_shift_origin, int radius)(Code)(Java Doc)
public void drawObject(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin)(Code)(Java Doc)
public boolean enclosesOtherElement()(Code)(Java Doc)
public static Color getAlphaColor(Color c, int alpha)(Code)(Java Doc)
public it.businesslogic.ireport.Band getBand()(Code)(Java Doc)
public java.awt.Color getBgcolor()(Code)(Java Doc)
public java.awt.Rectangle getBounds()(Code)(Java Doc)
public CrosstabCell getCell()(Code)(Java Doc)
public String getElementGroup()(Code)(Java Doc)
public int getElementID()(Code)(Java Doc)
public java.util.List getElementProperties()(Code)(Java Doc)
public java.awt.Color getFgcolor()(Code)(Java Doc)
public int getHeight()(Code)(Java Doc)
public java.lang.String getKey()(Code)(Java Doc)
public int getLogicalDim(int dim)(Code)(Java Doc)
public java.lang.String getName()(Code)(Java Doc)
public ReportElement getParentElement()(Code)(Java Doc)
public Stroke getPenStroke(String penName, double zoom_factor)(Code)(Java Doc)
public static Stroke getPenStroke(String penName, Pen pen, double zoom_factor)(Code)(Java Doc)
public java.awt.Point getPosition()(Code)(Java Doc)
public java.lang.String getPositionType()(Code)(Java Doc)
public java.lang.String getPrintWhenExpression()(Code)(Java Doc)
public java.lang.String getPrintWhenGroupChanges()(Code)(Java Doc)
public Point getRelativePosition()(Code)(Java Doc)
public java.lang.String getStretchType()(Code)(Java Doc)
public Style getStyle()(Code)(Java Doc)
public java.lang.String getTransparent()(Code)(Java Doc)
public int getWidth()(Code)(Java Doc)
public int getZoomedDim(int dim)(Code)(Java Doc)
public double getZoomedDim(double dim)(Code)(Java Doc)
public boolean insideBand()(Code)(Java Doc)
public boolean insideBandReal()(Code)(Java Doc)
public boolean intersects(Point p)(Code)(Java Doc)
public boolean intersects(Rectangle r2)(Code)(Java Doc)
public boolean intersectsElements()(Code)(Java Doc)
public boolean isIsPrintInFirstWholeBand()(Code)(Java Doc)
public boolean isIsPrintRepeatedValues()(Code)(Java Doc)
public boolean isIsPrintWhenDetailOverflows()(Code)(Java Doc)
public boolean isIsRemoveLineWhenBlank()(Code)(Java Doc)
public void removeFromAllGroups()(Code)(Java Doc)
public void removeFromGroup(String groupname)(Code)(Java Doc)
public void setBand(it.businesslogic.ireport.Band band)(Code)(Java Doc)
public void setBgcolor(java.awt.Color bgcolor)(Code)(Java Doc)
public void setBounds(java.awt.Rectangle bounds)(Code)(Java Doc)
public void setCell(CrosstabCell cell)(Code)(Java Doc)
public void setElementGroup(String elementGroup)(Code)(Java Doc)
public void setElementID(int elementID)(Code)(Java Doc)
public void setElementProperties(java.util.List elementProperties)(Code)(Java Doc)
public void setFgcolor(java.awt.Color fgcolor)(Code)(Java Doc)
public void setHeight(int height)(Code)(Java Doc)
public void setIsPrintInFirstWholeBand(boolean isPrintInFirstWholeBand)(Code)(Java Doc)
public void setIsPrintRepeatedValues(boolean isPrintRepeatedValues)(Code)(Java Doc)
public void setIsPrintWhenDetailOverflows(boolean isPrintWhenDetailOverflows)(Code)(Java Doc)
public void setIsRemoveLineWhenBlank(boolean isRemoveLineWhenBlank)(Code)(Java Doc)
public void setKey(java.lang.String key)(Code)(Java Doc)
public void setName(java.lang.String name)(Code)(Java Doc)
public void setParentElement(ReportElement parentElement)(Code)(Java Doc)
public void setPosition(Point p)(Code)(Java Doc)
public void setPositionType(java.lang.String positionType)(Code)(Java Doc)
public void setPrintWhenExpression(java.lang.String printWhenExpression)(Code)(Java Doc)
public void setPrintWhenGroupChanges(java.lang.String printWhenGroupChanges)(Code)(Java Doc)
public void setRelativePosition(Point relativePosition)(Code)(Java Doc)
public void setStretchType(java.lang.String stretchType)(Code)(Java Doc)
public void setStyle(Style style)(Code)(Java Doc)
public void setTransparent(java.lang.String transparent)(Code)(Java Doc)
public void setWidth(int width)(Code)(Java Doc)
public static String string_replace(String s1, String s2, String s3)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public Point trasform(Point delta, int type)(Code)(Java Doc)
public Point trasformTest(Point delta, int type)(Code)(Java Doc)
public void updateBounds()(Code)(Java Doc)
public void updateRelativePosition()(Code)(Java Doc)
public void writeGrip(Graphics2D g, int x, int y)(Code)(Java Doc)

Methods inherited from it.businesslogic.ireport.IReportHashMapBean
public Object clone()(Code)(Java Doc)
public Object clone(IReportHashMapBean newBean)(Code)(Java Doc)
public HashMap getBeanProperties()(Code)(Java Doc)
public boolean getBooleanValue(String property, boolean defaultValue)(Code)(Java Doc)
public java.awt.Color getColorValue(String property, java.awt.Color defaultValue)(Code)(Java Doc)
public int getDoubleValue(String property, int defaultValue)(Code)(Java Doc)
public int getIntValue(String property, int defaultValue)(Code)(Java Doc)
public Object getPropertyValue(String property)(Code)(Java Doc)
public String getStringValue(String property, String defaultValue)(Code)(Java Doc)
public void setBeanProperties(HashMap beanProperties)(Code)(Java Doc)
public void setPropertyValue(String property, Object value)(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.