Java Doc for ImageNode.java in  » Graphic-Library » batik » org » apache » batik » gvt » 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 » Graphic Library » batik » org.apache.batik.gvt 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.batik.gvt.AbstractGraphicsNode
      org.apache.batik.gvt.CompositeGraphicsNode
         org.apache.batik.gvt.ImageNode

ImageNode
public class ImageNode extends CompositeGraphicsNode (Code)
A graphics node that represents an image described as a graphics node.
author:
   Thierry Kormann
version:
   $Id: ImageNode.java 475477 2006-11-15 22:44:28Z cam $


Field Summary
protected  booleanhitCheckChildren
    

Constructor Summary
public  ImageNode()
     Constructs a new empty ImageNode.

Method Summary
public  booleancontains(Point2D p)
     Returns true if the specified Point2D is inside the boundary of this node, false otherwise.
public  booleangetHitCheckChildren()
    
public  GraphicsNodegetImage()
     Returns the graphics node that represents the image.
public  Rectangle2DgetPrimitiveBounds()
    
public  GraphicsNodenodeHitAt(Point2D p)
     Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.
public  voidpaint(Graphics2D g2d)
     Paints this node.
public  voidsetHitCheckChildren(boolean hitCheckChildren)
     If hitCheckChildren is true then nodeHitAt will return child nodes of this image.
public  voidsetImage(GraphicsNode newImage)
     Sets the graphics node that represents the image.
public  voidsetVisible(boolean isVisible)
    

Field Detail
hitCheckChildren
protected boolean hitCheckChildren(Code)




Constructor Detail
ImageNode
public ImageNode()(Code)
Constructs a new empty ImageNode.




Method Detail
contains
public boolean contains(Point2D p)(Code)
Returns true if the specified Point2D is inside the boundary of this node, false otherwise.
Parameters:
  p - the specified Point2D in the user space



getHitCheckChildren
public boolean getHitCheckChildren()(Code)



getImage
public GraphicsNode getImage()(Code)
Returns the graphics node that represents the image.



getPrimitiveBounds
public Rectangle2D getPrimitiveBounds()(Code)



nodeHitAt
public GraphicsNode nodeHitAt(Point2D p)(Code)
Returns the GraphicsNode containing point p if this node or one of its children is sensitive to mouse events at p.
Parameters:
  p - the specified Point2D in the user space



paint
public void paint(Graphics2D g2d)(Code)
Paints this node.
Parameters:
  g2d - the Graphics2D to use



setHitCheckChildren
public void setHitCheckChildren(boolean hitCheckChildren)(Code)
If hitCheckChildren is true then nodeHitAt will return child nodes of this image. Otherwise it will only return this node (if the point is in the image).



setImage
public void setImage(GraphicsNode newImage)(Code)
Sets the graphics node that represents the image.
Parameters:
  newImage - the new graphics node that represents the image



setVisible
public void setVisible(boolean isVisible)(Code)



Fields inherited from org.apache.batik.gvt.CompositeGraphicsNode
final public static Rectangle2D NULL_RECT(Code)(Java Doc)
final public static Rectangle2D VIEWPORT(Code)(Java Doc)
protected Rectangle2D backgroundEnableRgn(Code)(Java Doc)
protected GraphicsNode[] children(Code)(Java Doc)
protected volatile int count(Code)(Java Doc)
protected volatile int modCount(Code)(Java Doc)

Methods inherited from org.apache.batik.gvt.CompositeGraphicsNode
public boolean add(Object o)(Code)(Java Doc)
public void add(int index, Object o)(Code)(Java Doc)
public boolean addAll(Collection c)(Code)(Java Doc)
public boolean addAll(int index, Collection c)(Code)(Java Doc)
public void clear()(Code)(Java Doc)
public boolean contains(Point2D p)(Code)(Java Doc)
public boolean contains(Object node)(Code)(Java Doc)
public boolean containsAll(Collection c)(Code)(Java Doc)
public void ensureCapacity(int minCapacity)(Code)(Java Doc)
public Object get(int index)(Code)(Java Doc)
public Rectangle2D getBackgroundEnable()(Code)(Java Doc)
public List getChildren()(Code)(Java Doc)
public Rectangle2D getGeometryBounds()(Code)(Java Doc)
public Shape getOutline()(Code)(Java Doc)
public Rectangle2D getPrimitiveBounds()(Code)(Java Doc)
public Rectangle2D getSensitiveBounds()(Code)(Java Doc)
public static Rectangle2D getTransformedBBox(Rectangle2D r2d, AffineTransform t)(Code)(Java Doc)
public Rectangle2D getTransformedGeometryBounds(AffineTransform txf)(Code)(Java Doc)
public Rectangle2D getTransformedPrimitiveBounds(AffineTransform txf)(Code)(Java Doc)
public Rectangle2D getTransformedSensitiveBounds(AffineTransform txf)(Code)(Java Doc)
public int indexOf(Object node)(Code)(Java Doc)
protected void invalidateGeometryCache()(Code)(Java Doc)
public boolean isEmpty()(Code)(Java Doc)
public Iterator iterator()(Code)(Java Doc)
public int lastIndexOf(Object node)(Code)(Java Doc)
public ListIterator listIterator()(Code)(Java Doc)
public ListIterator listIterator(int index)(Code)(Java Doc)
public GraphicsNode nodeHitAt(Point2D p)(Code)(Java Doc)
public void primitivePaint(Graphics2D g2d)(Code)(Java Doc)
public boolean remove(Object o)(Code)(Java Doc)
public Object remove(int index)(Code)(Java Doc)
public boolean removeAll(Collection c)(Code)(Java Doc)
public boolean retainAll(Collection c)(Code)(Java Doc)
public Object set(int index, Object o)(Code)(Java Doc)
public void setBackgroundEnable(Rectangle2D bgRgn)(Code)(Java Doc)
protected void setRoot(RootGraphicsNode newRoot)(Code)(Java Doc)
public void setVisible(boolean isVisible)(Code)(Java Doc)
public int size()(Code)(Java Doc)
public List subList(int fromIndex, int toIndex)(Code)(Java Doc)
public Object[] toArray()(Code)(Java Doc)
public Object[] toArray(Object[] a)(Code)(Java Doc)

Fields inherited from org.apache.batik.gvt.AbstractGraphicsNode
static double EPSILON(Code)(Java Doc)
protected GraphicsNodeChangeEvent changeCompletedEvent(Code)(Java Doc)
protected GraphicsNodeChangeEvent changeStartedEvent(Code)(Java Doc)
protected ClipRable clip(Code)(Java Doc)
protected Composite composite(Code)(Java Doc)
protected WeakReference enableBackgroundGraphicsNodeRable(Code)(Java Doc)
protected Filter filter(Code)(Java Doc)
protected WeakReference graphicsNodeRable(Code)(Java Doc)
protected RenderingHints hints(Code)(Java Doc)
protected AffineTransform inverseTransform(Code)(Java Doc)
protected boolean isVisible(Code)(Java Doc)
protected EventListenerList listeners(Code)(Java Doc)
protected Mask mask(Code)(Java Doc)
protected CompositeGraphicsNode parent(Code)(Java Doc)
protected int pointerEventType(Code)(Java Doc)
protected RootGraphicsNode root(Code)(Java Doc)
protected AffineTransform transform(Code)(Java Doc)
protected WeakReference weakRef(Code)(Java Doc)

Methods inherited from org.apache.batik.gvt.AbstractGraphicsNode
public boolean contains(Point2D p)(Code)(Java Doc)
public void fireGraphicsNodeChangeCompleted()(Code)(Java Doc)
public void fireGraphicsNodeChangeStarted(GraphicsNode changeSrc)(Code)(Java Doc)
public void fireGraphicsNodeChangeStarted()(Code)(Java Doc)
public void fireGraphicsNodeChangeStarted(GraphicsNodeChangeEvent changeStartedEvent)(Code)(Java Doc)
public Rectangle2D getBounds()(Code)(Java Doc)
public ClipRable getClip()(Code)(Java Doc)
public Composite getComposite()(Code)(Java Doc)
public Filter getEnableBackgroundGraphicsNodeRable(boolean createIfNeeded)(Code)(Java Doc)
public Filter getFilter()(Code)(Java Doc)
public AffineTransform getGlobalTransform()(Code)(Java Doc)
public Filter getGraphicsNodeRable(boolean createIfNeeded)(Code)(Java Doc)
public AffineTransform getInverseTransform()(Code)(Java Doc)
public Mask getMask()(Code)(Java Doc)
public CompositeGraphicsNode getParent()(Code)(Java Doc)
public int getPointerEventType()(Code)(Java Doc)
public RenderingHints getRenderingHints()(Code)(Java Doc)
public RootGraphicsNode getRoot()(Code)(Java Doc)
public AffineTransform getTransform()(Code)(Java Doc)
public Rectangle2D getTransformedBounds(AffineTransform txf)(Code)(Java Doc)
public Rectangle2D getTransformedGeometryBounds(AffineTransform txf)(Code)(Java Doc)
public Rectangle2D getTransformedPrimitiveBounds(AffineTransform txf)(Code)(Java Doc)
public Rectangle2D getTransformedSensitiveBounds(AffineTransform txf)(Code)(Java Doc)
public WeakReference getWeakReference()(Code)(Java Doc)
public boolean intersects(Rectangle2D r)(Code)(Java Doc)
protected void invalidateGeometryCache()(Code)(Java Doc)
protected boolean isAntialiasedClip(AffineTransform usr2dev, RenderingHints hints, Shape clip)(Code)(Java Doc)
protected boolean isOffscreenBufferNeeded()(Code)(Java Doc)
public boolean isVisible()(Code)(Java Doc)
public GraphicsNode nodeHitAt(Point2D p)(Code)(Java Doc)
protected Rectangle2D normalizeRectangle(Rectangle2D bounds)(Code)(Java Doc)
public void paint(Graphics2D g2d)(Code)(Java Doc)
public void setClip(ClipRable newClipper)(Code)(Java Doc)
public void setComposite(Composite newComposite)(Code)(Java Doc)
public void setFilter(Filter newFilter)(Code)(Java Doc)
public void setMask(Mask newMask)(Code)(Java Doc)
protected void setParent(CompositeGraphicsNode newParent)(Code)(Java Doc)
public void setPointerEventType(int pointerEventType)(Code)(Java Doc)
public void setRenderingHint(RenderingHints.Key key, Object value)(Code)(Java Doc)
public void setRenderingHints(Map hints)(Code)(Java Doc)
public void setRenderingHints(RenderingHints newHints)(Code)(Java Doc)
protected void setRoot(RootGraphicsNode newRoot)(Code)(Java Doc)
public void setTransform(AffineTransform newTransform)(Code)(Java Doc)
public void setVisible(boolean isVisible)(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.