Java Doc for Text.java in  » 6.0-JDK-Modules » j2me » com » sun » perseus » model » 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 » 6.0 JDK Modules » j2me » com.sun.perseus.model 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.perseus.model.ModelNode
      com.sun.perseus.model.CompositeNode
         com.sun.perseus.model.ElementNode
            com.sun.perseus.model.CompositeGraphicsNode
               com.sun.perseus.model.StructureNode
                  com.sun.perseus.model.Group
                     com.sun.perseus.model.Text

Text
public class Text extends Group (Code)
Models text content. In Perseus, text nodes are described by their content (a character string), a number of font properties which guide which Font is selected to render the text and a text property (text-anchor) which defines how the text is positioned about its anchor point.
Text nodes lazily (i.e., on paint request) evaluate which font they use to render their content. At that time, the characters in the Text content is matched with the glyphs that available Fonts can display. This generates a set of children GlyphProxy nodes which are then laid-out using the text property and the font metrics.
version:
   $Id: Text.java,v 1.18 2006/06/29 10:47:35 ln156897 Exp $


Field Summary
protected  Stringcontent
    
protected  GlyphLayoutfirstChunk
     Points to the first text chunk.
protected  float[]helperDashArray
     Used to scale dash array values.
protected  GlyphLayoutlastChunk
     Points to the last text chunk.
protected  RenderingManagerrenderingManager
     Used to track the node's rendering area and the rendered areas.
protected  float[]rotate
    
protected  float[]x
     The origin of the text string on the x axis.
protected  float[]y
     The origin of the text string on the y axis.

Constructor Summary
public  Text(DocumentNode ownerDocument)
     Constructor.

Method Summary
 BoxaddNodeBBox(Box bbox, Transform t)
    
Parameters:
  bbox - the bounding box to which this node's bounding box should beappended.
 BoxaddNodeBBox(Box bbox, Transform t, GlyphLayout fc)
    
Parameters:
  bbox - the bounding box to which this node's bounding box should beappended.
public  voidappendTextChild(String text)
    
protected  intapplyXMLSpace(char[] s)
    
protected  intapplyXMLSpaceDefault(char[] s)
     Applies the xml:space="default" policy SPECIFICATION TEXT, SECTION 10.15 ** When xml:space="default", the SVG user agent will do the following using a copy of the original character data content.
protected  intapplyXMLSpacePreserve(char[] s)
     Applies the xml:space="preserve" policy SPECIFICATION TEXT, SECTION 10.15 ** When xml:space="preserve", the SVG user agent will do the following using a copy of the original character data content.
 ElementNodeProxybuildProxy()
    
 voidcheckLayout()
     Checks that the text's layout has been computed and computes it in case it was not.
protected  voidclearLastRenderedTile()
     After calling this method, getLastRenderedTile should always return null.
public  voidclearLayouts()
     Clears all cached layout information.
protected  voidclearLayouts(boolean notif)
     Implementations.
protected  voidclearLayoutsQuiet()
     Clears all cached layout information but does not generate modification events for this node.
protected  voidcomputeRenderingTile(Tile tile)
     This method is overridden for elements which has special renderings, such as the ShapeNodes.
final protected  voidcomputeRenderingTile(Tile tile, Transform t, TextRenderingProperties trp, GlyphLayout fc)
     The rendering tile of a Text node is the union of the rendering tile of its layouts.
Parameters:
  tile - the Tile instance whose bounds should be set.
Parameters:
  t - the Transform to the requested tile space, from this node's user
Parameters:
  trp - the TextRenderinProperties describing the nodes renderingcharacteristics.
 TraitAnimcreateTraitAnimImpl(String traitName)
    
 voiddrawText(RenderGraphics rg, Transform tx, GlyphLayout fc)
     Draws text.
 voidfillText(RenderGraphics rg, Transform tx, GlyphLayout fc)
     Fills text.
public  SVGRectgetBBox()
     the tight bounding box in current user coordinatespace.
public  StringgetContent()
    
 floatgetFloatTraitImpl(String name)
     Text handles x, y float traits.
protected  TilegetLastRenderedTile()
     the tile which encompasses the node's last actual rendering.
public  StringgetLocalName()
    
public  booleangetPaintNeedsLoad()
    
protected  TilegetRenderingTile()
    
public  float[]getRotate()
    
public  SVGRectgetScreenBBox()
    
public  StringgetTraitImpl(String name)
     Text handles x, y, and #text traits.
public  float[]getX()
    
public  float[]getY()
    
public  booleanhasDescendants()
     true if the content string is not null and not empty orif this node has children.
public  booleanhasNodeRendering()
    
protected  booleanisHitVP(float[] pt, TextRenderingProperties trp, Transform itx, GlyphLayout lc)
     Returns true if this node is hit by the input point.
public  GlyphLayoutlayoutText(TextProperties tp)
     Invoked when text layout should be performed or checked.
public  ElementNodenewInstance(DocumentNode doc)
     Used by DocumentNode to create a new instance from a prototype Text.
Parameters:
  doc - the DocumentNode for which a new node isshould be created.
public  ModelNodenodeHitAt(float[] pt)
     Returns the ModelNode, if any, hit by the point at coordinate x/y.
 voidnodeHookedInDocumentTree()
     To be overriddent by derived classes, such as TimedElementNode, if they need to perform special operations when hooked into the document tree.
protected  voidnodeRendered()
     Simply notifies the RenderingManager.
 voidnodeUnhookedFromDocumentTree()
     To be overriddent by derived classes, such as TimedElementNode, if they need to perform special operations when unhooked from the document tree.
public  voidpaint(RenderGraphics rg)
     Paints this node into the input RenderGraphics.
public  voidpaintRendered(RenderGraphics rg, TextRenderingProperties trc, Transform tx, GlyphLayout fc)
     Paints this node into the input RenderGraphics, assuming the node is rendered.
protected  voidpropagateFloatPropertyState(int propertyIndex, float parentPropertyValue)
     Called when the computed value of the given float property has changed.
protected  voidpropagatePackedPropertyState(int propertyIndex, int parentPropertyValue)
     Called when the computed value of the given packed property has changed.
protected  voidpropagatePropertyState(int propertyIndex, Object parentPropertyValue)
     Called when the computed value of the given property has changed.
 ModelNodeproxyNodeHitAt(float[] pt, ElementNodeProxy proxy)
     Returns the ModelNode, if any, hit by the point at coordinate x/y in the proxy tree starting at proxy.
Parameters:
  pt - the x/y coordinate.
protected  voidrecomputeTransformState(Transform parentTransform)
     Recomputes the transform cache, if one exists.
final  voidrenderingDirty()
     Should be called whenever this node's rendering becomes dirty.
 voidsetComputedDisplay(boolean newDisplay)
    
 voidsetComputedFill(PaintServer newFill)
    
 voidsetComputedFillOpacity(float newFillOpacity)
    
 voidsetComputedFontFamily(String[] newFontFamily)
    
 voidsetComputedFontSize(float newFontSize)
    
 voidsetComputedFontStyle(int newFontStyle)
    
 voidsetComputedFontWeight(int newFontWeight)
    
 voidsetComputedStroke(PaintServer newStroke)
    
 voidsetComputedStrokeDashArray(float[] newStrokeDashArray)
    
 voidsetComputedStrokeDashOffset(float newStrokeDashOffset)
    
 voidsetComputedStrokeLineCap(int newStrokeLineCap)
    
 voidsetComputedStrokeLineJoin(int newStrokeLineJoin)
    
 voidsetComputedStrokeMiterLimit(float newStrokeMiterLimit)
    
 voidsetComputedStrokeOpacity(float newStrokeOpacity)
    
 voidsetComputedStrokeWidth(float newStrokeWidth)
    
 voidsetComputedTextAnchor(int newTextAnchor)
     Sets the value of the computed text anchor property.
 voidsetComputedVisibility(boolean newVisibility)
    
public  voidsetContent(String newContent)
    
 voidsetFloatArrayTrait(String name, float[][] value)
     Set the trait value as float.
public  voidsetFloatTraitImpl(String name, float value)
     Text handles x, y float traits.
public  voidsetRotate(float[] newRotate)
    
public  voidsetTraitImpl(String name, String value)
     Text handles x, y and #text traits.
public  voidsetX(float[] newX)
    
public  voidsetY(float[] newY)
    
 booleansupportsTrait(String traitName)
     Text handles x, y, and #text traits.
Parameters:
  traitName - the name of the trait which the element may support.
public  StringtoString()
     Debug helper.
 StringtoStringTrait(String name, float[][] value)
    
public  float[][]validateFloatArrayTrait(String traitName, String value, String reqNamespaceURI, String reqLocalName, String reqTraitNamespace, String reqTraitName)
     Validates the input trait value.

Field Detail
content
protected String content(Code)
The text to be displayed



firstChunk
protected GlyphLayout firstChunk(Code)
Points to the first text chunk.



helperDashArray
protected float[] helperDashArray(Code)
Used to scale dash array values.



lastChunk
protected GlyphLayout lastChunk(Code)
Points to the last text chunk.



renderingManager
protected RenderingManager renderingManager(Code)
Used to track the node's rendering area and the rendered areas.



rotate
protected float[] rotate(Code)
Per-glyph rotation



x
protected float[] x(Code)
The origin of the text string on the x axis.



y
protected float[] y(Code)
The origin of the text string on the y axis.




Constructor Detail
Text
public Text(DocumentNode ownerDocument)(Code)
Constructor.
Parameters:
  ownerDocument - this element's owner DocumentNode




Method Detail
addNodeBBox
Box addNodeBBox(Box bbox, Transform t)(Code)

Parameters:
  bbox - the bounding box to which this node's bounding box should beappended. That bounding box is in the target coordinate space. It may be null, in which case this node should create a new one.
Parameters:
  t - the transform from the node coordinate system to the coordinatesystem into which the bounds should be computed. the bounding box of this node, in the target coordinate space,



addNodeBBox
Box addNodeBBox(Box bbox, Transform t, GlyphLayout fc)(Code)

Parameters:
  bbox - the bounding box to which this node's bounding box should beappended. That bounding box is in the target coordinate space. It may be null, in which case this node should create a new one.
Parameters:
  t - the transform from the node coordinate system to the coordinatesystem into which the bounds should be computed.
Parameters:
  fc - the GlyphLayout first chunk, so that the methodcan be used by TextProxy the bounding box of this node, in the target coordinate space,



appendTextChild
public void appendTextChild(String text)(Code)

Parameters:
  text - the text to append to this node's content.If text is null or empty, this does nothing.



applyXMLSpace
protected int applyXMLSpace(char[] s)(Code)
Applies the xml:space policy
Parameters:
  s - the array of characters which should be processed the index of the last (inclusive) relevant characterafter processing.



applyXMLSpaceDefault
protected int applyXMLSpaceDefault(char[] s)(Code)
Applies the xml:space="default" policy SPECIFICATION TEXT, SECTION 10.15 ** When xml:space="default", the SVG user agent will do the following using a copy of the original character data content. First, it will remove all newline characters. Then it will convert all tab characters into space characters. Then, it will strip off all leading and trailing space characters. Then, all contiguous space characters will be consolidated
Parameters:
  s - the array of characters which should be processed the index of the last (exclusive) relevant characterafter processing.



applyXMLSpacePreserve
protected int applyXMLSpacePreserve(char[] s)(Code)
Applies the xml:space="preserve" policy SPECIFICATION TEXT, SECTION 10.15 ** When xml:space="preserve", the SVG user agent will do the following using a copy of the original character data content. It will convert all newline and tab characters into space characters. Then, it will draw all space characters, including leading, trailing and multiple contiguous space characters. Thus, when drawn with xml:space="preserve", the string "a b" (three spaces between "a" and "b") will produce a larger separation between "a" and "b" than "a b" (one space between "a" and "b").
Parameters:
  s - the array of characters which should be processed the index of the last (exclusive) relevant characterafter processing.



buildProxy
ElementNodeProxy buildProxy()(Code)
an adequate ElementNodeProxy for this node.



checkLayout
void checkLayout()(Code)
Checks that the text's layout has been computed and computes it in case it was not.



clearLastRenderedTile
protected void clearLastRenderedTile()(Code)
After calling this method, getLastRenderedTile should always return null.



clearLayouts
public void clearLayouts()(Code)
Clears all cached layout information. Because the computed transform property on text depends on the layout, clearLayouts on Text also clears the transform and property cache.



clearLayouts
protected void clearLayouts(boolean notif)(Code)
Implementations. Clears layouts but does not generate a modification notification.
Parameters:
  notif - if true, then notifications are issued(i.e., calls to modifyingNode andmodifiedNode).



clearLayoutsQuiet
protected void clearLayoutsQuiet()(Code)
Clears all cached layout information but does not generate modification events for this node.



computeRenderingTile
protected void computeRenderingTile(Tile tile)(Code)
This method is overridden for elements which has special renderings, such as the ShapeNodes.
Parameters:
  tile - the Tile instance whose bounds should be set.



computeRenderingTile
final protected void computeRenderingTile(Tile tile, Transform t, TextRenderingProperties trp, GlyphLayout fc)(Code)
The rendering tile of a Text node is the union of the rendering tile of its layouts.
Parameters:
  tile - the Tile instance whose bounds should be set.
Parameters:
  t - the Transform to the requested tile space, from this node's user
Parameters:
  trp - the TextRenderinProperties describing the nodes renderingcharacteristics. space.
Parameters:
  fc - the first GlyphLayout chunk.



createTraitAnimImpl
TraitAnim createTraitAnimImpl(String traitName)(Code)

Parameters:
  traitName - the trait name.



drawText
void drawText(RenderGraphics rg, Transform tx, GlyphLayout fc)(Code)
Draws text.
Parameters:
  rg - the RenderGraphics where the node should paintitself.
Parameters:
  tx - the rendering transform.
Parameters:
  fc - the first chunk to render.



fillText
void fillText(RenderGraphics rg, Transform tx, GlyphLayout fc)(Code)
Fills text.
Parameters:
  rg - the RenderGraphics where the node should paintitself.
Parameters:
  tx - the rendering transform.
Parameters:
  fc - the first chunk to render.



getBBox
public SVGRect getBBox()(Code)
the tight bounding box in current user coordinatespace.



getContent
public String getContent()(Code)
this node's text content as a string



getFloatTraitImpl
float getFloatTraitImpl(String name) throws DOMException(Code)
Text handles x, y float traits.
Parameters:
  name - the trait name (e.g., "y") the trait's float value (e.g., 10f)
throws:
  DOMException - with error code NOT_SUPPORTED_ERROR if the requestedtrait is not supported on this element or null.
throws:
  DOMException - with error code TYPE_MISMATCH_ERR if requestedtrait's computed value cannot be converted to a float
throws:
  SecurityException - if the application does not have the necessaryprivilege rights to access this (SVG) content.



getLastRenderedTile
protected Tile getLastRenderedTile()(Code)
the tile which encompasses the node's last actual rendering. Ifthis node's hasRendering method returns false, then this method shouldreturn null. By default, this method returns null becausehasNodeRendering returns false by default.



getLocalName
public String getLocalName()(Code)
the SVGConstants.SVG_TEXT_TAG value



getPaintNeedsLoad
public boolean getPaintNeedsLoad()(Code)
true always, as a text node needs its textual content whichis not fully loaded until the element has been loaded.



getRenderingTile
protected Tile getRenderingTile()(Code)
the bounding box, in screen coordinate, which encompasses thenode's rendering.



getRotate
public float[] getRotate()(Code)
this text's set of rotation values for its glyphs.



getScreenBBox
public SVGRect getScreenBBox()(Code)
the tight bounding box in screen coordinate space.



getTraitImpl
public String getTraitImpl(String name) throws DOMException(Code)
Text handles x, y, and #text traits.
Parameters:
  name - the requested trait's name (e.g., "#text") the requested trait's string value (e.g., "Hello SVG Text")
throws:
  DOMException - with error code NOT_SUPPORTED_ERROR if the requestedtrait is not supported on this element or null.
throws:
  DOMException - with error code TYPE_MISMATCH_ERR if requestedtrait's computed value cannot be converted to a String (SVG Tiny only).



getX
public float[] getX()(Code)
this text's x-axis author position



getY
public float[] getY()(Code)
this text's y-axis anchor position



hasDescendants
public boolean hasDescendants()(Code)
true if the content string is not null and not empty orif this node has children. false otherwise.



hasNodeRendering
public boolean hasNodeRendering()(Code)
An Text has something to render true



isHitVP
protected boolean isHitVP(float[] pt, TextRenderingProperties trp, Transform itx, GlyphLayout lc)(Code)
Returns true if this node is hit by the input point. The input point is in viewport space. By default, a node is not hit, not matter what the input coordinate is.
Parameters:
  pt - the x/y coordinate. Should never be null and beof size two. If not, the behavior is unspecified.The x/y coordinate is in the node's user space.
Parameters:
  trp - the text rendering properties that apply to the layout rendering.
Parameters:
  itx - the transform from viewport space to the text's user space.
Parameters:
  lc - the GlyphLayout 'lastChunk' so that the methodcan be used by Text and TextProxy. true if the node is hit by the input point.
See Also:   Text.nodeHitAt



layoutText
public GlyphLayout layoutText(TextProperties tp)(Code)
Invoked when text layout should be performed or checked.
Parameters:
  tp - text is laid out for the input TextProperties an GlyphLayout instance containing the laid out text.



newInstance
public ElementNode newInstance(DocumentNode doc)(Code)
Used by DocumentNode to create a new instance from a prototype Text.
Parameters:
  doc - the DocumentNode for which a new node isshould be created. a new Text for the requested document.



nodeHitAt
public ModelNode nodeHitAt(float[] pt)(Code)
Returns the ModelNode, if any, hit by the point at coordinate x/y.
Parameters:
  pt - the x/y coordinate. Should never be null and beof size two. If not, the behavior is unspecified.The coordinates are in viewport space. the ModelNode hit at the given point or nullif none was hit.



nodeHookedInDocumentTree
void nodeHookedInDocumentTree()(Code)
To be overriddent by derived classes, such as TimedElementNode, if they need to perform special operations when hooked into the document tree.



nodeRendered
protected void nodeRendered()(Code)
Simply notifies the RenderingManager.



nodeUnhookedFromDocumentTree
void nodeUnhookedFromDocumentTree()(Code)
To be overriddent by derived classes, such as TimedElementNode, if they need to perform special operations when unhooked from the document tree.



paint
public void paint(RenderGraphics rg)(Code)
Paints this node into the input RenderGraphics. A Text node renders its associated GlyphLayout children.
Parameters:
  rg - the RenderGraphics where the node should paint itself



paintRendered
public void paintRendered(RenderGraphics rg, TextRenderingProperties trc, Transform tx, GlyphLayout fc)(Code)
Paints this node into the input RenderGraphics, assuming the node is rendered.
Parameters:
  rg - the RenderGraphics where the node should paintitself.
Parameters:
  tc - the TextRenderingProperties holding the propertiestha should be used for rendering into the inputRenderGraphics
Parameters:
  tx - the transform to use when rendering this node
Parameters:
  fc - the first chunk to render.
See Also:   ElementNode.paint
See Also:   ElementNode.paintRendered
See Also:   ModelNode.canRender



propagateFloatPropertyState
protected void propagateFloatPropertyState(int propertyIndex, float parentPropertyValue)(Code)
Called when the computed value of the given float property has changed. As we do not render any text children, this does not propage changes any further.
Parameters:
  propertyIndex - index for the property whose value has changed.
Parameters:
  parentPropertyValue - the value that children of this node should now inherit.



propagatePackedPropertyState
protected void propagatePackedPropertyState(int propertyIndex, int parentPropertyValue)(Code)
Called when the computed value of the given packed property has changed. As we do not render any text children, this does not propage changes any further.
Parameters:
  propertyIndex - index for the property whose value has changed.
Parameters:
  parentPropertyValue - the value that children of this node should now inherit.



propagatePropertyState
protected void propagatePropertyState(int propertyIndex, Object parentPropertyValue)(Code)
Called when the computed value of the given property has changed. As we do not render any text children, this does not propage changes any further.
Parameters:
  propertyIndex - index for the property whose value has changed.
Parameters:
  parentPropertyValue - the value that children of this node shouldnow inherit.



proxyNodeHitAt
ModelNode proxyNodeHitAt(float[] pt, ElementNodeProxy proxy)(Code)
Returns the ModelNode, if any, hit by the point at coordinate x/y in the proxy tree starting at proxy.
Parameters:
  pt - the x/y coordinate. Should never be null and beof size two. If not, the behavior is unspecified.The coordinates are in viewport space.
Parameters:
  proxy - the root of the proxy tree to test. the ModelNode hit at the given point or nullif none was hit.



recomputeTransformState
protected void recomputeTransformState(Transform parentTransform)(Code)
Recomputes the transform cache, if one exists.
Parameters:
  parentTransform - the Transform applied to this node's parent.



renderingDirty
final void renderingDirty()(Code)
Should be called whenever this node's rendering becomes dirty.



setComputedDisplay
void setComputedDisplay(boolean newDisplay)(Code)

Parameters:
  newDisplay - the new computed display value



setComputedFill
void setComputedFill(PaintServer newFill)(Code)

Parameters:
  newFill - the new computed fill property.



setComputedFillOpacity
void setComputedFillOpacity(float newFillOpacity)(Code)

Parameters:
  newFillOpacity - the new computed value for the fill opacity property.



setComputedFontFamily
void setComputedFontFamily(String[] newFontFamily)(Code)

Parameters:
  newFontFamily - the new computed font-family property value.



setComputedFontSize
void setComputedFontSize(float newFontSize)(Code)

Parameters:
  newFontSize - the new computed font-size property value.



setComputedFontStyle
void setComputedFontStyle(int newFontStyle)(Code)

Parameters:
  newFontStyle - the new computed font-style property.



setComputedFontWeight
void setComputedFontWeight(int newFontWeight)(Code)

Parameters:
  newFontWeight - new computed value for the font-weight property.



setComputedStroke
void setComputedStroke(PaintServer newStroke)(Code)

Parameters:
  newStroke - the new computed stroke property.



setComputedStrokeDashArray
void setComputedStrokeDashArray(float[] newStrokeDashArray)(Code)

Parameters:
  newStrokeDashArray - the new computed stroke-dasharray property value.



setComputedStrokeDashOffset
void setComputedStrokeDashOffset(float newStrokeDashOffset)(Code)

Parameters:
  newStrokeDashOffset - the new stroke-dashoffset computed property value.



setComputedStrokeLineCap
void setComputedStrokeLineCap(int newStrokeLineCap)(Code)

Parameters:
  newStrokeLineCap - the new value for the stroke-linecap property.



setComputedStrokeLineJoin
void setComputedStrokeLineJoin(int newStrokeLineJoin)(Code)

Parameters:
  newStrokeLineJoin - the new computed value for stroke-line-join



setComputedStrokeMiterLimit
void setComputedStrokeMiterLimit(float newStrokeMiterLimit)(Code)

Parameters:
  newStrokeMiterLimit - the new computed stroke-miterlimit property.



setComputedStrokeOpacity
void setComputedStrokeOpacity(float newStrokeOpacity)(Code)

Parameters:
  newStrokeOpacity - the new computed stroke-opacity property.



setComputedStrokeWidth
void setComputedStrokeWidth(float newStrokeWidth)(Code)

Parameters:
  newStrokeWidth - the new computed stroke-width property value.



setComputedTextAnchor
void setComputedTextAnchor(int newTextAnchor)(Code)
Sets the value of the computed text anchor property.
Parameters:
  newTextAnchor - the new value for the computed text anchor property.



setComputedVisibility
void setComputedVisibility(boolean newVisibility)(Code)

Parameters:
  newVisibility - the new computed visibility property.



setContent
public void setContent(String newContent)(Code)

Parameters:
  newContent - this node's new content string



setFloatArrayTrait
void setFloatArrayTrait(String name, float[][] value) throws DOMException(Code)
Set the trait value as float.
Parameters:
  name - the trait's name.
Parameters:
  value - the trait's value.
throws:
  DOMException - with error code NOT_SUPPORTED_ERROR if the requestedtrait is not supported on this element.
throws:
  DOMException - with error code TYPE_MISMATCH_ERR if the requestedtrait's value cannot be specified as a float
throws:
  DOMException - with error code INVALID_ACCESS_ERR if the inputvalue is an invalid value for the given trait.



setFloatTraitImpl
public void setFloatTraitImpl(String name, float value) throws DOMException(Code)
Text handles x, y float traits.
Parameters:
  name - the trait's name (e.g., "x")
Parameters:
  value - the trait's value (e.g, 10f)
throws:
  DOMException - with error code NOT_SUPPORTED_ERROR if the requestedtrait is not supported on this element.
throws:
  DOMException - with error code TYPE_MISMATCH_ERR if the requestedtrait's value cannot be specified as a float
throws:
  DOMException - with error code INVALID_ACCESS_ERR if the inputvalue is an invalid value for the given trait.
throws:
  SecurityException - if the application does not have the necessaryprivilege rights to access this (SVG) content.



setRotate
public void setRotate(float[] newRotate)(Code)

Parameters:
  newRotate - this text's new per-glyph rotation



setTraitImpl
public void setTraitImpl(String name, String value) throws DOMException(Code)
Text handles x, y and #text traits.
Parameters:
  name - the trait's name (e.g., "#text")
Parameters:
  value - the trait's value (e.g, "Hello SVG Text")
throws:
  DOMException - with error code NOT_SUPPORTED_ERROR if the requestedtrait is not supported on this element or null.
throws:
  DOMException - with error code TYPE_MISMATCH_ERR if the requestedtrait's value cannot be specified as a String
throws:
  DOMException - with error code INVALID_ACCESS_ERR if the inputvalue is an invalid value for the given trait or null.
throws:
  DOMException - with error code NO_MODIFICATION_ALLOWED_ERR: ifattempt is made to change readonly trait.



setX
public void setX(float[] newX)(Code)

Parameters:
  newX - this text's new x-axis position



setY
public void setY(float[] newY)(Code)

Parameters:
  newY - this text's new y-axis position



supportsTrait
boolean supportsTrait(String traitName)(Code)
Text handles x, y, and #text traits.
Parameters:
  traitName - the name of the trait which the element may support. true if this element supports the given trait in one of thetrait accessor methods.



toString
public String toString()(Code)
Debug helper. a String containing the text content



toStringTrait
String toStringTrait(String name, float[][] value)(Code)

Parameters:
  name - the name of the trait to convert.
Parameters:
  value - the float trait value to convert.



validateFloatArrayTrait
public float[][] validateFloatArrayTrait(String traitName, String value, String reqNamespaceURI, String reqLocalName, String reqTraitNamespace, String reqTraitName) throws DOMException(Code)
Validates the input trait value.
Parameters:
  traitName - the name of the trait to be validated.
Parameters:
  value - the value to be validated
Parameters:
  reqNamespaceURI - the namespace of the element requesting validation.
Parameters:
  reqLocalName - the local name of the element requesting validation.
Parameters:
  reqTraitNamespace - the namespace of the trait which has the valuesvalue on the requesting element.
Parameters:
  reqTraitName - the name of the trait which has the values value on the requesting element.
throws:
  DOMException - with error code INVALID_ACCESS_ERR if the inputvalue is incompatible with the given trait.



Fields inherited from com.sun.perseus.model.Group
protected Transform inverseTransform(Code)(Java Doc)
protected Transform motion(Code)(Java Doc)
protected Transform transform(Code)(Java Doc)

Methods inherited from com.sun.perseus.model.Group
protected Transform appendTransform(Transform tx, Transform workTx)(Code)(Java Doc)
TraitAnim createTraitAnimImpl(String traitName)(Code)(Java Doc)
public String getLocalName()(Code)(Java Doc)
SVGMatrix getMatrixTraitImpl(String name) throws DOMException(Code)(Java Doc)
public Transform getMotion()(Code)(Java Doc)
public String getTraitImpl(String name) throws DOMException(Code)(Java Doc)
public Transform getTransform()(Code)(Java Doc)
public ElementNode newInstance(DocumentNode doc)(Code)(Java Doc)
void setFloatArrayTrait(String name, float[][] value) throws DOMException(Code)(Java Doc)
void setMatrixTraitImpl(String name, Transform matrix) throws DOMException(Code)(Java Doc)
public void setMotion(Transform newMotion)(Code)(Java Doc)
public void setTraitImpl(String name, String value) throws DOMException(Code)(Java Doc)
public void setTransform(Transform newTransform)(Code)(Java Doc)
boolean supportsTrait(String traitName)(Code)(Java Doc)
String toStringTrait(String name, float[][] value)(Code)(Java Doc)
public float[][] validateFloatArrayTrait(String traitName, String value, String reqNamespaceURI, String reqLocalName, String reqTraitNamespace, String reqTraitName) throws DOMException(Code)(Java Doc)

Fields inherited from com.sun.perseus.model.StructureNode
final public static int ALIGN_NONE(Code)(Java Doc)
final public static int ALIGN_XMIDYMID(Code)(Java Doc)
final public static int FONT_WEIGHT_BOLDER_MARKER(Code)(Java Doc)
final public static int FONT_WEIGHT_LIGHTER_MARKER(Code)(Java Doc)
protected String[] fontFamily(Code)(Java Doc)
protected float fontSize(Code)(Java Doc)

Methods inherited from com.sun.perseus.model.StructureNode
Box addBBox(Box bbox, Transform t)(Code)(Java Doc)
ElementNodeProxy buildProxy()(Code)(Java Doc)
int computeFontWeight(int refPackedFontWeight, int relFontWeight)(Code)(Java Doc)
TraitAnim createTraitAnimImpl(String traitName)(Code)(Java Doc)
String fontStyleToStringTrait(int fontStyle)(Code)(Java Doc)
String fontWeightToStringTrait(int fontWeight)(Code)(Java Doc)
public SVGRect getBBox()(Code)(Java Doc)
public static void getFittingTransform(float ix, float iy, float iw, float ih, float ox, float oy, float ow, float oh, int align, Transform result)(Code)(Java Doc)
protected float getFloatPropertyState(int propertyIndex)(Code)(Java Doc)
float getFloatTraitImpl(String name) throws DOMException(Code)(Java Doc)
public String[] getFontFamily()(Code)(Java Doc)
public float getFontSize()(Code)(Java Doc)
public int getFontStyle()(Code)(Java Doc)
public int getFontWeight()(Code)(Java Doc)
public int getNumberOfProperties()(Code)(Java Doc)
protected int getPackedPropertyState(int propertyIndex)(Code)(Java Doc)
protected Object getPropertyState(int propertyIndex)(Code)(Java Doc)
public SVGRect getScreenBBox()(Code)(Java Doc)
String getSpecifiedTraitImpl(String name) throws DOMException(Code)(Java Doc)
public int getTextAnchor()(Code)(Java Doc)
public String getTraitImpl(String name) throws DOMException(Code)(Java Doc)
protected boolean isFloatPropertyState(int propertyIndex, float propertyValue)(Code)(Java Doc)
protected boolean isPackedPropertyState(int propertyIndex, int propertyValue)(Code)(Java Doc)
protected boolean isPropertyState(int propertyIndex, Object propertyValue)(Code)(Java Doc)
public ModelNode nodeHitAt(float[] pt)(Code)(Java Doc)
public void paint(RenderGraphics rg)(Code)(Java Doc)
ModelNode proxyNodeHitAt(float[] pt, ElementNodeProxy proxy)(Code)(Java Doc)
void recomputeInheritedProperties()(Code)(Java Doc)
protected void recomputePackedPropertyState(int propertyIndex, int parentPropertyValue)(Code)(Java Doc)
void setComputedFontFamily(String[] newFontFamily)(Code)(Java Doc)
void setComputedFontSize(float newFontSize)(Code)(Java Doc)
void setComputedFontStyle(int newFontStyle)(Code)(Java Doc)
void setComputedFontWeight(int newFontWeight)(Code)(Java Doc)
void setComputedTextAnchor(int newTextAnchor)(Code)(Java Doc)
void setFloatArrayTrait(String name, float[][] value) throws DOMException(Code)(Java Doc)
protected void setFloatPropertyState(int propertyIndex, float propertyValue)(Code)(Java Doc)
public void setFloatTraitImpl(String name, float value) throws DOMException(Code)(Java Doc)
public void setFontFamily(String[] newFontFamily)(Code)(Java Doc)
public void setFontSize(float newFontSize)(Code)(Java Doc)
public void setFontStyle(int newFontStyle)(Code)(Java Doc)
public void setFontWeight(int newFontWeight)(Code)(Java Doc)
protected void setPackedPropertyState(int propertyIndex, int propertyValue)(Code)(Java Doc)
protected void setPropertyState(int propertyIndex, Object propertyValue)(Code)(Java Doc)
public void setTextAnchor(int newTextAnchor)(Code)(Java Doc)
public void setTraitImpl(String name, String value) throws DOMException(Code)(Java Doc)
boolean supportsTrait(String traitName)(Code)(Java Doc)
String textAnchorToStringTrait(int textAnchor)(Code)(Java Doc)
String toStringTrait(String name, float[][] value)(Code)(Java Doc)
public float[][] validateFloatArrayTrait(String traitName, String value, String reqNamespaceURI, String reqLocalName, String reqTraitNamespace, String reqTraitName) throws DOMException(Code)(Java Doc)
String validateTraitNS(String namespaceURI, String traitName, String value, String reqNamespaceURI, String reqLocalName, String reqTraitNamespace, String reqTraitName) throws DOMException(Code)(Java Doc)

Fields inherited from com.sun.perseus.model.CompositeGraphicsNode
final protected static int CAP_BUTT_IMPL(Code)(Java Doc)
final protected static int CAP_ROUND_IMPL(Code)(Java Doc)
final protected static int CAP_SQUARE_IMPL(Code)(Java Doc)
final protected static int DISPLAY_MASK(Code)(Java Doc)
final protected static int FILL_OPACITY_MASK(Code)(Java Doc)
final protected static int FILL_RULE_MASK(Code)(Java Doc)
final protected static int FONT_STYLE_ITALIC_IMPL(Code)(Java Doc)
final protected static int FONT_STYLE_MASK(Code)(Java Doc)
final protected static int FONT_STYLE_NORMAL_IMPL(Code)(Java Doc)
final protected static int FONT_STYLE_OBLIQUE_IMPL(Code)(Java Doc)
final protected static int FONT_WEIGHT_100_IMPL(Code)(Java Doc)
final protected static int FONT_WEIGHT_200_IMPL(Code)(Java Doc)
final protected static int FONT_WEIGHT_300_IMPL(Code)(Java Doc)
final protected static int FONT_WEIGHT_400_IMPL(Code)(Java Doc)
final protected static int FONT_WEIGHT_500_IMPL(Code)(Java Doc)
final protected static int FONT_WEIGHT_600_IMPL(Code)(Java Doc)
final protected static int FONT_WEIGHT_700_IMPL(Code)(Java Doc)
final protected static int FONT_WEIGHT_800_IMPL(Code)(Java Doc)
final protected static int FONT_WEIGHT_900_IMPL(Code)(Java Doc)
final protected static int FONT_WEIGHT_BOLDER_IMPL(Code)(Java Doc)
final protected static int FONT_WEIGHT_LIGHTER_IMPL(Code)(Java Doc)
final protected static int FONT_WEIGHT_MASK(Code)(Java Doc)
final protected static int INITIAL_DISPLAY_IMPL(Code)(Java Doc)
final protected static int INITIAL_FILL_OPACITY_IMPL(Code)(Java Doc)
final protected static int INITIAL_FILL_RULE_IMPL(Code)(Java Doc)
final protected static int INITIAL_FONT_STYLE_IMPL(Code)(Java Doc)
final protected static int INITIAL_FONT_WEIGHT_IMPL(Code)(Java Doc)
final protected static int INITIAL_OPACITY_IMPL(Code)(Java Doc)
final protected static int INITIAL_PACK(Code)(Java Doc)
final protected static int INITIAL_PACK2(Code)(Java Doc)
final protected static int INITIAL_STROKE_LINE_CAP_IMPL(Code)(Java Doc)
final protected static int INITIAL_STROKE_LINE_JOIN_IMPL(Code)(Java Doc)
final protected static int INITIAL_STROKE_OPACITY_IMPL(Code)(Java Doc)
final protected static int INITIAL_TEXT_ANCHOR_IMPL(Code)(Java Doc)
final protected static int INITIAL_VISIBILITY_IMPL(Code)(Java Doc)
final protected static int JOIN_BEVEL_IMPL(Code)(Java Doc)
final protected static int JOIN_MITER_IMPL(Code)(Java Doc)
final protected static int JOIN_ROUND_IMPL(Code)(Java Doc)
final protected static int OPACITY_MASK(Code)(Java Doc)
final protected static int STROKE_LINE_CAP_MASK(Code)(Java Doc)
final protected static int STROKE_LINE_JOIN_MASK(Code)(Java Doc)
final protected static int STROKE_OPACITY_MASK(Code)(Java Doc)
final protected static int TEXT_ANCHOR_END_IMPL(Code)(Java Doc)
final protected static int TEXT_ANCHOR_MASK(Code)(Java Doc)
final protected static int TEXT_ANCHOR_MIDDLE_IMPL(Code)(Java Doc)
final protected static int TEXT_ANCHOR_START_IMPL(Code)(Java Doc)
final protected static int VISIBILITY_MASK(Code)(Java Doc)
protected RGB color(Code)(Java Doc)
protected PaintServer fill(Code)(Java Doc)
protected Transform inverseTxf(Code)(Java Doc)
protected int markers(Code)(Java Doc)
protected int pack(Code)(Java Doc)
protected int pack2(Code)(Java Doc)
protected PaintServer stroke(Code)(Java Doc)
protected float[] strokeDashArray(Code)(Java Doc)
protected float strokeDashOffset(Code)(Java Doc)
protected float strokeMiterLimit(Code)(Java Doc)
protected float strokeWidth(Code)(Java Doc)
protected Transform txf(Code)(Java Doc)

Methods inherited from com.sun.perseus.model.CompositeGraphicsNode
void clearMarker(int marker)(Code)(Java Doc)
protected boolean contributeBBox()(Code)(Java Doc)
TraitAnim createTraitAnimImpl(String traitName)(Code)(Java Doc)
String fillRuleToStringTrait(int fillRule)(Code)(Java Doc)
public SVGRect getBBox()(Code)(Java Doc)
public RGB getColor()(Code)(Java Doc)
public boolean getDisplay()(Code)(Java Doc)
public PaintServer getFill()(Code)(Java Doc)
public float getFillOpacity()(Code)(Java Doc)
public int getFillRule()(Code)(Java Doc)
protected float getFloatPropertyState(int propertyIndex)(Code)(Java Doc)
float getFloatTraitImpl(String name) throws DOMException(Code)(Java Doc)
Transform getInverseTransformState()(Code)(Java Doc)
public float getOpacity()(Code)(Java Doc)
protected int getPackedPropertyState(int propertyIndex)(Code)(Java Doc)
protected Object getPropertyState(int propertyIndex)(Code)(Java Doc)
SVGRGBColor getRGBColorTraitImpl(String name) throws DOMException(Code)(Java Doc)
public SVGRect getScreenBBox()(Code)(Java Doc)
String getSpecifiedTraitImpl(String name) throws DOMException(Code)(Java Doc)
public PaintServer getStroke()(Code)(Java Doc)
public float[] getStrokeDashArray()(Code)(Java Doc)
public float getStrokeDashOffset()(Code)(Java Doc)
public int getStrokeLineCap()(Code)(Java Doc)
public int getStrokeLineJoin()(Code)(Java Doc)
public float getStrokeMiterLimit()(Code)(Java Doc)
public float getStrokeOpacity()(Code)(Java Doc)
public float getStrokeWidth()(Code)(Java Doc)
public String getTraitImpl(String name) throws DOMException(Code)(Java Doc)
public Transform getTransformState()(Code)(Java Doc)
public boolean getVisibility()(Code)(Java Doc)
public boolean isColorRelative(int propertyIndex)(Code)(Java Doc)
public boolean isColorRelativeProperty(int propertyIndex)(Code)(Java Doc)
protected boolean isFloatPropertyState(int propertyIndex, float propertyValue)(Code)(Java Doc)
final public boolean isInherited(int propertyIndex)(Code)(Java Doc)
final boolean isMarkerSet(int marker)(Code)(Java Doc)
protected boolean isPackedPropertyState(int propertyIndex, int propertyValue)(Code)(Java Doc)
protected boolean isPropertyState(int propertyIndex, Object propertyValue)(Code)(Java Doc)
public void onPaintServerUpdate(String paintType, PaintServer paintServer)(Code)(Java Doc)
protected void propagateFloatPropertyState(int propertyIndex, float parentPropertyValue)(Code)(Java Doc)
protected void propagatePackedPropertyState(int propertyIndex, int parentPropertyValue)(Code)(Java Doc)
protected void propagatePropertyState(int propertyIndex, Object parentPropertyValue)(Code)(Java Doc)
protected void recomputeFloatPropertyState(int propertyIndex, float parentPropertyValue)(Code)(Java Doc)
void recomputeInheritedProperties()(Code)(Java Doc)
protected void recomputePackedPropertyState(int propertyIndex, int parentPropertyValue)(Code)(Java Doc)
protected void recomputePropertyState(int propertyIndex, Object parentPropertyValue)(Code)(Java Doc)
protected void recomputeTransformState(Transform parentTransform)(Code)(Java Doc)
public void setColor(RGB newColor)(Code)(Java Doc)
public void setColorRelative(int propertyIndex, boolean isColorRelative)(Code)(Java Doc)
protected void setColorRelativeQuiet(int propertyIndex, boolean isColorRelative)(Code)(Java Doc)
void setComputedColor(RGB newColor)(Code)(Java Doc)
void setComputedDisplay(boolean newDisplay)(Code)(Java Doc)
void setComputedFill(PaintServer newFill)(Code)(Java Doc)
void setComputedFillOpacity(float newFillOpacity)(Code)(Java Doc)
final void setComputedFillRule(int newFillRule)(Code)(Java Doc)
void setComputedOpacity(float newOpacity)(Code)(Java Doc)
void setComputedStroke(PaintServer newStroke)(Code)(Java Doc)
void setComputedStrokeDashArray(float[] newStrokeDashArray)(Code)(Java Doc)
void setComputedStrokeDashOffset(float newStrokeDashOffset)(Code)(Java Doc)
void setComputedStrokeLineCap(int newStrokeLineCap)(Code)(Java Doc)
void setComputedStrokeLineJoin(int newStrokeLineJoin)(Code)(Java Doc)
void setComputedStrokeMiterLimit(float newStrokeMiterLimit)(Code)(Java Doc)
void setComputedStrokeOpacity(float newStrokeOpacity)(Code)(Java Doc)
void setComputedStrokeWidth(float newStrokeWidth)(Code)(Java Doc)
void setComputedVisibility(boolean newVisibility)(Code)(Java Doc)
public void setDisplay(boolean newDisplay)(Code)(Java Doc)
public void setFill(PaintServer newFill)(Code)(Java Doc)
public void setFillOpacity(float newFillOpacity)(Code)(Java Doc)
public void setFillRule(int newFillRule)(Code)(Java Doc)
void setFloatArrayTrait(String name, float[][] value) throws DOMException(Code)(Java Doc)
public void setFloatInherited(int propertyIndex, boolean inherit)(Code)(Java Doc)
protected void setFloatPropertyState(int propertyIndex, float propertyValue)(Code)(Java Doc)
public void setFloatTraitImpl(String name, float value) throws DOMException(Code)(Java Doc)
public void setInherited(int propertyIndex, boolean inherit)(Code)(Java Doc)
protected void setInheritedQuiet(int propertyIndex, boolean inherit)(Code)(Java Doc)
void setMarker(int marker)(Code)(Java Doc)
public void setOpacity(float newOpacity)(Code)(Java Doc)
public void setPackedInherited(int propertyIndex, boolean inherit)(Code)(Java Doc)
protected void setPackedPropertyState(int propertyIndex, int propertyValue)(Code)(Java Doc)
protected void setPropertyState(int propertyIndex, Object propertyValue)(Code)(Java Doc)
void setRGBColorTraitImpl(String name, SVGRGBColor color) throws DOMException(Code)(Java Doc)
public void setStroke(PaintServer newStroke)(Code)(Java Doc)
public void setStrokeDashArray(float[] newStrokeDashArray)(Code)(Java Doc)
public void setStrokeDashOffset(float newStrokeDashOffset)(Code)(Java Doc)
public void setStrokeLineCap(int newStrokeLineCap)(Code)(Java Doc)
public void setStrokeLineJoin(int newStrokeLineJoin)(Code)(Java Doc)
public void setStrokeMiterLimit(float newStrokeMiterLimit)(Code)(Java Doc)
public void setStrokeOpacity(float newStrokeOpacity)(Code)(Java Doc)
public void setStrokeWidth(float newStrokeWidth)(Code)(Java Doc)
public void setTraitImpl(String name, String value) throws DOMException(Code)(Java Doc)
public void setVisibility(boolean newVisibility)(Code)(Java Doc)
String strokeLineCapToStringTrait(int strokeLineCap)(Code)(Java Doc)
String strokeLineJoinToStringTrait(int strokeLineJoin)(Code)(Java Doc)
boolean supportsTrait(String traitName)(Code)(Java Doc)
String toStringTrait(String name, float[][] value)(Code)(Java Doc)
public float[][] validateFloatArrayTrait(String traitName, String value, String reqNamespaceURI, String reqLocalName, String reqTraitNamespace, String reqTraitName) throws DOMException(Code)(Java Doc)
String validateTraitNS(String namespaceURI, String traitName, String value, String reqNamespaceURI, String reqLocalName, String reqTraitNamespace, String reqTraitName) throws DOMException(Code)(Java Doc)

Fields inherited from com.sun.perseus.model.ElementNode
final public static int CONDITIONAl_ATTRIBUTES_LENGTH(Code)(Java Doc)
final static String NULL_NS(Code)(Java Doc)
final public static int REQUIRED_EXTENSIONS_INDEX(Code)(Java Doc)
final public static int REQUIRED_FEATURES_INDEX(Code)(Java Doc)
final public static int SYSTEM_LANGUAGE_INDEX(Code)(Java Doc)
final static String TRAIT_TYPE_FLOAT(Code)(Java Doc)
final static String TRAIT_TYPE_STRING(Code)(Java Doc)
final static String TRAIT_TYPE_SVG_MATRIX(Code)(Java Doc)
final static String TRAIT_TYPE_SVG_PATH(Code)(Java Doc)
final static String TRAIT_TYPE_SVG_RECT(Code)(Java Doc)
final static String TRAIT_TYPE_SVG_RGB_COLOR(Code)(Java Doc)
final public static int XML_SPACE_DEFAULT(Code)(Java Doc)
final public static int XML_SPACE_INHERIT(Code)(Java Doc)
final public static int XML_SPACE_PRESERVE(Code)(Java Doc)
protected boolean buildingProxy(Code)(Java Doc)
protected String[][] conditionalAttributes(Code)(Java Doc)
protected ElementNodeProxy firstProxy(Code)(Java Doc)
protected String id(Code)(Java Doc)
protected ElementNodeProxy lastProxy(Code)(Java Doc)
protected boolean paintNeedsLoad(Code)(Java Doc)
protected Hashtable traitAnimsNS(Code)(Java Doc)
protected String uriBase(Code)(Java Doc)
protected int xmlSpace(Code)(Java Doc)

Methods inherited from com.sun.perseus.model.ElementNode
public void add(ElementNode element)(Code)(Java Doc)
protected void addProxy(ElementNodeProxy proxy)(Code)(Java Doc)
protected static String alignToStringTrait(int align)(Code)(Java Doc)
protected DOMException animationError(String targetId, String traitNamespace, String traitName, String targetNamespace, String targetName, String animationId, String animationNamespace, String animationLocalName, String errorDescription)(Code)(Java Doc)
public void appendTextChild(String text)(Code)(Java Doc)
protected ElementNodeProxy buildExpandedProxy()(Code)(Java Doc)
ElementNodeProxy buildProxy()(Code)(Java Doc)
final void checkNCName(String name) throws DOMException(Code)(Java Doc)
protected void checkPositive(String name, float value)(Code)(Java Doc)
protected void checkWriteLoading(String name) throws DOMException(Code)(Java Doc)
final boolean conditionEquals(int index, String[] conditionValue)(Code)(Java Doc)
TraitAnim createTraitAnimImpl(String traitName)(Code)(Java Doc)
TraitAnim createTraitAnimNS(String traitNamespace, String traitName)(Code)(Java Doc)
TraitAnim createTraitAnimNSImpl(String traitNamespace, String traitName)(Code)(Java Doc)
public static boolean equal(Object objA, Object objB)(Code)(Java Doc)
public static boolean equal(float[] faa, float[] fab)(Code)(Java Doc)
public static boolean equal(String[] saa, String[] sab)(Code)(Java Doc)
public static boolean equal(int[][] iaa, int[][] iab)(Code)(Java Doc)
public static boolean equal(float[][] faa, float[][] fab)(Code)(Java Doc)
protected String fontStylesToStringTrait(int styles)(Code)(Java Doc)
protected String fontWeightsToStringTrait(int weight)(Code)(Java Doc)
final public String getAttribute(String name) throws DOMException(Code)(Java Doc)
final public String getAttributeNS(String namespaceURI, String name) throws DOMException(Code)(Java Doc)
String[] getConditionalAttribute(int index)(Code)(Java Doc)
public String[][] getDefaultTraits()(Code)(Java Doc)
public ModelNode getFirstComputedExpandedChild()(Code)(Java Doc)
public Element getFirstElementChild()(Code)(Java Doc)
ModelNode getFirstExpandedChild()(Code)(Java Doc)
final public float getFloatTrait(String name) throws DOMException(Code)(Java Doc)
float getFloatTraitImpl(String name)(Code)(Java Doc)
public String getId()(Code)(Java Doc)
public Element getLastElementChild()(Code)(Java Doc)
ModelNode getLastExpandedChild()(Code)(Java Doc)
final public SVGMatrix getMatrixTrait(String name) throws DOMException(Code)(Java Doc)
SVGMatrix getMatrixTraitImpl(String name) throws DOMException(Code)(Java Doc)
public String getNamespaceURI()(Code)(Java Doc)
public Element getNextElementSibling()(Code)(Java Doc)
public boolean getPaintNeedsLoad()(Code)(Java Doc)
public Node getParentNode()(Code)(Java Doc)
final public SVGPath getPathTrait(String name) throws DOMException(Code)(Java Doc)
SVGPath getPathTraitImpl(String name) throws DOMException(Code)(Java Doc)
public Element getPreviousElementSibling()(Code)(Java Doc)
final public SVGRGBColor getRGBColorTrait(String name) throws DOMException(Code)(Java Doc)
SVGRGBColor getRGBColorTraitImpl(String name) throws DOMException(Code)(Java Doc)
final public SVGRect getRectTrait(String name) throws DOMException(Code)(Java Doc)
SVGRect getRectTraitImpl(String name) throws DOMException(Code)(Java Doc)
public String[] getRequiredExtensions()(Code)(Java Doc)
public String[] getRequiredFeatures()(Code)(Java Doc)
public String[] getRequiredTraits()(Code)(Java Doc)
public String[][] getRequiredTraitsNS()(Code)(Java Doc)
TraitAnim getSafeTraitAnimNS(String traitNamespace, String traitName)(Code)(Java Doc)
String getSpecifiedTraitImpl(String traitName) throws DOMException(Code)(Java Doc)
String getSpecifiedTraitNSImpl(String traitNamespace, String traitName) throws DOMException(Code)(Java Doc)
public String[] getSystemLanguage()(Code)(Java Doc)
final public String getTrait(String traitName) throws DOMException(Code)(Java Doc)
public String[][] getTraitAliases()(Code)(Java Doc)
TraitAnim getTraitAnimNS(String traitNamespace, String traitName)(Code)(Java Doc)
public String getTraitImpl(String name) throws DOMException(Code)(Java Doc)
final public String getTraitNS(String namespaceURI, String name) throws DOMException(Code)(Java Doc)
String getTraitNSImpl(String namespaceURI, String name)(Code)(Java Doc)
public String getURIBase()(Code)(Java Doc)
public int getXMLSpace()(Code)(Java Doc)
DOMException illegalTraitValue(String name, String value)(Code)(Java Doc)
protected DOMException illegalTraitValue(String name, String namespaceURI, String value)(Code)(Java Doc)
public static String intern(String str)(Code)(Java Doc)
protected void modifiedNode()(Code)(Java Doc)
protected void modifyingNode()(Code)(Java Doc)
abstract public ElementNode newInstance(DocumentNode doc)(Code)(Java Doc)
void nodeHookedInDocumentTree()(Code)(Java Doc)
DOMException notAnimatable(String traitNamespace, String traitName)(Code)(Java Doc)
final protected Time parseClockTrait(String traitName, String value) throws DOMException(Code)(Java Doc)
final protected RGB parseColorTrait(String traitName, String value) throws DOMException(Code)(Java Doc)
final public float[] parseFloatArrayTrait(String traitName, String value) throws DOMException(Code)(Java Doc)
final public float[] parseFloatArrayTrait(String traitName, String value, char sep) throws DOMException(Code)(Java Doc)
final protected float parseFloatTrait(String name, String value) throws DOMException(Code)(Java Doc)
public String[] parseFontFamilyTrait(String name, String value)(Code)(Java Doc)
final public int parseFontStylesTrait(String name, String value)(Code)(Java Doc)
final protected int parseFontWeightsTrait(String name, String value)(Code)(Java Doc)
final protected float parseLengthTrait(String name, String value, boolean isHorizontal) throws DOMException(Code)(Java Doc)
final protected Time parseMinMaxClock(String traitName, String value, boolean isMin) throws DOMException(Code)(Java Doc)
final protected PaintServer parsePaintTrait(String traitName, PaintTarget paintTarget, String value) throws DOMException(Code)(Java Doc)
final protected Path parsePathTrait(String name, String value) throws DOMException(Code)(Java Doc)
final protected Path parsePointsTrait(String name, String value) throws DOMException(Code)(Java Doc)
final protected float[] parsePositiveFloatArrayTrait(String name, String value) throws DOMException(Code)(Java Doc)
final protected float parsePositiveFloatTrait(String name, String value) throws DOMException(Code)(Java Doc)
final protected float parsePositiveLengthTrait(String name, String value, boolean isHorizontal) throws DOMException(Code)(Java Doc)
final protected String[] parseStringArrayTrait(String name, String value, String seperators) throws DOMException(Code)(Java Doc)
final protected Transform parseTransformTrait(String name, String value) throws DOMException(Code)(Java Doc)
final protected int[][] parseUnicodeRangeTrait(String name, String value) throws DOMException(Code)(Java Doc)
protected void preValidate()(Code)(Java Doc)
ModelNode proxyNodeHitAt(float[] pt, ElementNodeProxy proxy)(Code)(Java Doc)
protected DOMException readOnlyTraitError(String name)(Code)(Java Doc)
protected void recomputeProxyTransformState()(Code)(Java Doc)
void removeProxy(ElementNodeProxy proxy)(Code)(Java Doc)
final public void setAttribute(String name, String value) throws DOMException(Code)(Java Doc)
final public void setAttributeNS(String namespaceURI, String name, String value) throws DOMException(Code)(Java Doc)
void setConditionalAttribute(int index, String[] newValue)(Code)(Java Doc)
void setFloatArrayTrait(String name, float[][] value) throws DOMException(Code)(Java Doc)
final public void setFloatTrait(String name, float value) throws DOMException(Code)(Java Doc)
void setFloatTraitImpl(String name, float value)(Code)(Java Doc)
public void setId(String newId)(Code)(Java Doc)
final public void setMatrixTrait(String name, SVGMatrix matrix) throws DOMException(Code)(Java Doc)
void setMatrixTraitImpl(String name, Transform matrix) throws DOMException(Code)(Java Doc)
final public void setPathTrait(String name, SVGPath path) throws DOMException(Code)(Java Doc)
void setPathTraitImpl(String name, SVGPath path) throws DOMException(Code)(Java Doc)
public void setPreferedPaintNeedsLoad(boolean paintNeedsLoad)(Code)(Java Doc)
final public void setRGBColorTrait(String name, SVGRGBColor color) throws DOMException(Code)(Java Doc)
void setRGBColorTraitImpl(String name, SVGRGBColor color) throws DOMException(Code)(Java Doc)
final public void setRectTrait(String name, SVGRect rect) throws DOMException(Code)(Java Doc)
public void setRectTraitImpl(String name, SVGRect rect) throws DOMException(Code)(Java Doc)
public void setRequiredExtensions(String[] newRequiredExtensions)(Code)(Java Doc)
public void setRequiredFeatures(String[] newRequiredFeatures)(Code)(Java Doc)
public void setSystemLanguage(String[] newSystemLanguage)(Code)(Java Doc)
final public void setTrait(String name, String value) throws DOMException(Code)(Java Doc)
public void setTraitImpl(String name, String value) throws DOMException(Code)(Java Doc)
final public void setTraitNS(String namespaceURI, String name, String value) throws DOMException(Code)(Java Doc)
public void setTraitNSImpl(String namespaceURI, String name, String value) throws DOMException(Code)(Java Doc)
public void setURIBase(String newUriBase)(Code)(Java Doc)
public void setXMLSpace(int newXmlSpace)(Code)(Java Doc)
boolean supportsTrait(String traitName)(Code)(Java Doc)
boolean supportsTraitNS(String namespaceURI, String traitName)(Code)(Java Doc)
float[][] toAnimatedFloatArray(float v)(Code)(Java Doc)
float[][] toAnimatedFloatArray(float[] a)(Code)(Java Doc)
float[][] toAnimatedFloatArray(Path path)(Code)(Java Doc)
protected RGB toRGB(String name, float[][] v) throws DOMException(Code)(Java Doc)
protected String toRGBString(String name, float[][] v) throws DOMException(Code)(Java Doc)
protected SVGMatrix toSVGMatrixTrait(Transform transform)(Code)(Java Doc)
protected SVGRGBColor toSVGRGBColor(String traitName, PaintServer paint)(Code)(Java Doc)
protected SVGRect toSVGRect(float[][] viewBox)(Code)(Java Doc)
String toString(PaintServer paintServer)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
String toStringTrait(String traitName, float[][] value)(Code)(Java Doc)
protected String toStringTrait(String[] array)(Code)(Java Doc)
protected String toStringTrait(String[] array, String sep)(Code)(Java Doc)
protected String toStringTrait(float[] array)(Code)(Java Doc)
protected String toStringTrait(float[] array, char sep)(Code)(Java Doc)
protected String toStringTrait(float[][] array)(Code)(Java Doc)
protected static String toStringTrait(Transform transform)(Code)(Java Doc)
protected String toStringTraitQuote(String[] array)(Code)(Java Doc)
float[] toTraitFloatArray(float[][] value)(Code)(Java Doc)
protected float[][] toViewBox(String name, String value) throws DOMException(Code)(Java Doc)
protected void unhookChildrenQuiet()(Code)(Java Doc)
protected void unhookExpandedQuiet()(Code)(Java Doc)
protected String unicodeRangeToStringTrait(int[][] u)(Code)(Java Doc)
protected DOMException unsupportedTrait(String name)(Code)(Java Doc)
protected DOMException unsupportedTraitNS(String name, String namespaceURI)(Code)(Java Doc)
protected DOMException unsupportedTraitType(String name, String type)(Code)(Java Doc)
protected DOMException unsupportedTraitTypeNS(String name, String namespaceURI, String type)(Code)(Java Doc)
float[][] validateFloatArrayTrait(String traitName, String value, String reqNamespaceURI, String reqLocalName, String reqTraitNamespace, String reqTraitName) throws DOMException(Code)(Java Doc)
String validateTraitNS(String namespaceURI, String traitName, String value, String reqNamespaceURI, String reqLocalName, String reqTraitNamespace, String reqTraitName) throws DOMException(Code)(Java Doc)

Fields inherited from com.sun.perseus.model.CompositeNode
protected ElementNode firstChild(Code)(Java Doc)
protected ElementNode lastChild(Code)(Java Doc)

Methods inherited from com.sun.perseus.model.CompositeNode
public void add(ElementNode element)(Code)(Java Doc)
public Node appendChild(Node newChild) throws DOMException(Code)(Java Doc)
protected void clearLayouts()(Code)(Java Doc)
public ModelNode getFirstChildNode()(Code)(Java Doc)
public ModelNode getLastChildNode()(Code)(Java Doc)
abstract public String getLocalName()(Code)(Java Doc)
abstract public String getNamespaceURI()(Code)(Java Doc)
abstract public Node getParentNode()(Code)(Java Doc)
public Node insertBefore(Node newChild, Node refChild) throws DOMException(Code)(Java Doc)
protected boolean isAllowedChild(ElementNode node)(Code)(Java Doc)
final boolean isAncestor(ElementNode node)(Code)(Java Doc)
final boolean isChild(Node node)(Code)(Java Doc)
protected static boolean isIdBranch(ElementNode node)(Code)(Java Doc)
protected boolean isRemoveChildSupported()(Code)(Java Doc)
void nodeHookedInDocumentTree()(Code)(Java Doc)
void nodeUnhookedFromDocumentTree()(Code)(Java Doc)
final void onHookedInDocumentTree()(Code)(Java Doc)
final void onUnhookedFromDocumentTree()(Code)(Java Doc)
public Node removeChild(Node oldChild) throws DOMException(Code)(Java Doc)
protected void unhookChildrenQuiet()(Code)(Java Doc)

Fields inherited from com.sun.perseus.model.ModelNode
final public static int CAN_RENDER_CONDITIONS_MET_BITS(Code)(Java Doc)
final public static int CAN_RENDER_CONDITIONS_MET_MASK(Code)(Java Doc)
final public static int CAN_RENDER_DISPLAY_BIT(Code)(Java Doc)
final public static int CAN_RENDER_DISPLAY_MASK(Code)(Java Doc)
final public static int CAN_RENDER_EMPTY_PATH_BIT(Code)(Java Doc)
final public static int CAN_RENDER_EMPTY_PATH_MASK(Code)(Java Doc)
final public static int CAN_RENDER_EMPTY_VIEWBOX_BIT(Code)(Java Doc)
final public static int CAN_RENDER_EMPTY_VIEWBOX_MASK(Code)(Java Doc)
final public static int CAN_RENDER_IN_DOCUMENT_TREE_BIT(Code)(Java Doc)
final public static int CAN_RENDER_IN_DOCUMENT_TREE_MASK(Code)(Java Doc)
final public static int CAN_RENDER_NON_INVERTIBLE_TXF_BIT(Code)(Java Doc)
final public static int CAN_RENDER_NON_INVERTIBLE_TXF_MASK(Code)(Java Doc)
final public static int CAN_RENDER_PARENT_STATE_BIT(Code)(Java Doc)
final public static int CAN_RENDER_PARENT_STATE_MASK(Code)(Java Doc)
final public static int CAN_RENDER_PROXY_BITS_MASK(Code)(Java Doc)
final public static int CAN_RENDER_RENDERABLE_BIT(Code)(Java Doc)
final public static int CAN_RENDER_RENDERABLE_MASK(Code)(Java Doc)
final public static int CAN_RENDER_REQUIRED_EXTENSIONS_BIT(Code)(Java Doc)
final public static int CAN_RENDER_REQUIRED_EXTENSIONS_MASK(Code)(Java Doc)
final public static int CAN_RENDER_REQUIRED_FEATURES_BIT(Code)(Java Doc)
final public static int CAN_RENDER_REQUIRED_FEATURES_MASK(Code)(Java Doc)
final public static int CAN_RENDER_SYSTEM_LANGUAGE_BIT(Code)(Java Doc)
final public static int CAN_RENDER_SYSTEM_LANGUAGE_MASK(Code)(Java Doc)
final public static int CAN_RENDER_ZERO_FONT_SIZE_BIT(Code)(Java Doc)
final public static int CAN_RENDER_ZERO_FONT_SIZE_MASK(Code)(Java Doc)
final public static int CAN_RENDER_ZERO_HEIGHT_BIT(Code)(Java Doc)
final public static int CAN_RENDER_ZERO_HEIGHT_MASK(Code)(Java Doc)
final public static int CAN_RENDER_ZERO_WIDTH_BIT(Code)(Java Doc)
final public static int CAN_RENDER_ZERO_WIDTH_MASK(Code)(Java Doc)
final protected Transform IDENTITY(Code)(Java Doc)
protected int canRenderState(Code)(Java Doc)
protected boolean loaded(Code)(Java Doc)
protected ModelNode nextSibling(Code)(Java Doc)
protected DocumentNode ownerDocument(Code)(Java Doc)
protected ModelNode parent(Code)(Java Doc)
protected ModelNode prevSibling(Code)(Java Doc)

Methods inherited from com.sun.perseus.model.ModelNode
Box addBBox(Box bbox, Transform t)(Code)(Java Doc)
static Box addBBox(Box bbox, float x, float y, float width, float height)(Code)(Java Doc)
public void addEventListener(String type, EventListener listener, boolean useCapture) throws DOMException(Code)(Java Doc)
Box addNodeBBox(Box bbox, Transform t)(Code)(Java Doc)
static Box addShapeBBox(Box bbox, Path path, Transform t)(Code)(Java Doc)
static Box addTransformedBBox(Box bbox, float x, float y, float width, float height, Transform m)(Code)(Java Doc)
protected Transform appendTransform(Transform tx, Transform workTx)(Code)(Java Doc)
protected void clearLastRenderedTile()(Code)(Java Doc)
abstract protected void clearLayouts()(Code)(Java Doc)
void clearLayouts(ModelNode node)(Code)(Java Doc)
final void computeCanRenderDisplayBit(boolean display)(Code)(Java Doc)
final void computeCanRenderEmptyPathBit(Path path)(Code)(Java Doc)
final void computeCanRenderEmptyViewBoxBit(float[][] viewBox)(Code)(Java Doc)
final void computeCanRenderFontSizeBit(float fontSize)(Code)(Java Doc)
final void computeCanRenderHeightBit(float height)(Code)(Java Doc)
final void computeCanRenderRequiredExtensionsBit(String[] requiredExtensions)(Code)(Java Doc)
final void computeCanRenderRequiredFeaturesBit(String[] requiredFeatures)(Code)(Java Doc)
final void computeCanRenderSystemLanguageBit(String[] systemLanguage)(Code)(Java Doc)
final void computeCanRenderTransformBit(Transform transform)(Code)(Java Doc)
final void computeCanRenderWidthBit(float width)(Code)(Java Doc)
protected void computeRenderingTile(Tile tile)(Code)(Java Doc)
protected boolean contributeBBox()(Code)(Java Doc)
public void dispatchEvent(ModelEvent evt)(Code)(Java Doc)
abstract public ModelNode getFirstChildNode()(Code)(Java Doc)
abstract ModelNode getFirstComputedExpandedChild()(Code)(Java Doc)
abstract ModelNode getFirstExpandedChild()(Code)(Java Doc)
protected float getFloatPropertyState(int propertyIndex)(Code)(Java Doc)
final protected float getInheritedFloatPropertyState(int propertyIndex)(Code)(Java Doc)
final protected int getInheritedPackedPropertyState(int propertyIndex)(Code)(Java Doc)
final protected Object getInheritedPropertyState(int propertyIndex)(Code)(Java Doc)
Transform getInverseTransformState()(Code)(Java Doc)
abstract public ModelNode getLastChildNode()(Code)(Java Doc)
abstract ModelNode getLastExpandedChild()(Code)(Java Doc)
protected Tile getLastRenderedTile()(Code)(Java Doc)
public ModelNode getNextSiblingNode()(Code)(Java Doc)
public DocumentNode getOwnerDocument()(Code)(Java Doc)
protected int getPackedPropertyState(int propertyIndex)(Code)(Java Doc)
boolean getPaintNeedsLoad()(Code)(Java Doc)
public ModelNode getParent()(Code)(Java Doc)
public ModelNode getPreviousSiblingNode()(Code)(Java Doc)
protected Object getPropertyState(int propertyIndex)(Code)(Java Doc)
protected Tile getRenderingTile()(Code)(Java Doc)
public SVGMatrix getScreenCTM()(Code)(Java Doc)
public Transform getTransformState()(Code)(Java Doc)
protected String getURIBase()(Code)(Java Doc)
protected UpdateListener getUpdateListener()(Code)(Java Doc)
public boolean hasDescendants()(Code)(Java Doc)
protected boolean hasNodeRendering()(Code)(Java Doc)
boolean inDocumentTree()(Code)(Java Doc)
protected boolean isFloatPropertyState(int propertyIndex, float propertyValue)(Code)(Java Doc)
protected boolean isInDocumentTree()(Code)(Java Doc)
final public boolean isLoaded()(Code)(Java Doc)
protected boolean isPackedPropertyState(int propertyIndex, int propertyValue)(Code)(Java Doc)
protected boolean isPropertyState(int propertyIndex, Object propertyValue)(Code)(Java Doc)
protected void modifiedNode()(Code)(Java Doc)
protected void modifyingNode()(Code)(Java Doc)
protected void modifyingNodeRendering()(Code)(Java Doc)
public ModelNode nodeHitAt(float[] pt)(Code)(Java Doc)
final protected ModelNode nodeHitAt(ModelNode node, float[] pt)(Code)(Java Doc)
protected static void nodeInserted(ModelNode node)(Code)(Java Doc)
protected void nodeRendered()(Code)(Java Doc)
void onHookedInDocumentTree()(Code)(Java Doc)
void onUnhookedFromDocumentTree()(Code)(Java Doc)
static void paint(ModelNode node, RenderGraphics rg)(Code)(Java Doc)
public void paint(RenderGraphics rg)(Code)(Java Doc)
protected void propagateCanRenderState(int oldCanRenderState, int newCanRenderState)(Code)(Java Doc)
protected void propagateFloatPropertyState(int propertyIndex, float parentPropertyValue)(Code)(Java Doc)
protected void propagatePackedPropertyState(int propertyIndex, int parentPropertyValue)(Code)(Java Doc)
protected void propagatePropertyState(int propertyIndex, Object parentPropertyValue)(Code)(Java Doc)
protected void recomputeFloatPropertyState(int propertyIndex, float parentPropertyValue)(Code)(Java Doc)
void recomputeInheritedProperties()(Code)(Java Doc)
protected void recomputePackedPropertyState(int propertyIndex, int parentPropertyValue)(Code)(Java Doc)
protected void recomputePropertyState(int propertyIndex, Object parentPropertyValue)(Code)(Java Doc)
protected void recomputeTransformState()(Code)(Java Doc)
protected void recomputeTransformState(Transform parentTransform)(Code)(Java Doc)
void recomputeTransformState(Transform parentTransform, ModelNode node)(Code)(Java Doc)
final protected Transform recycleTransform(Transform tx, Transform workTx)(Code)(Java Doc)
public void removeEventListener(String type, EventListener listener, boolean useCapture) throws DOMException(Code)(Java Doc)
protected void setFloatPropertyState(int propertyIndex, float propertyValue)(Code)(Java Doc)
public void setLoaded(boolean isLoaded)(Code)(Java Doc)
protected void setPackedPropertyState(int propertyIndex, int propertyValue)(Code)(Java Doc)
protected void setParent(ModelNode newParent)(Code)(Java Doc)
protected void setParentQuiet(ModelNode newParent)(Code)(Java Doc)
protected void setPropertyState(int propertyIndex, Object propertyValue)(Code)(Java Doc)
abstract protected void unhookChildrenQuiet()(Code)(Java Doc)
abstract protected void unhookExpandedQuiet()(Code)(Java Doc)
final protected void unhookQuiet(ModelNode node)(Code)(Java Doc)

Methods inherited from java.lang.Object
public boolean equals(Object obj)(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.