Chart FX 7 for Java Server

com.softwarefx.chartfx.server.writer.svg
Class SvgContentEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.softwarefx.chartfx.server.writer.svg.SvgContentEvent
All Implemented Interfaces:
Serializable

public class SvgContentEvent
extends EventObject

This is the event class from the AddContent event.

See Also:
Serialized Form

Constructor Summary
SvgContentEvent()
           
 
Method Summary
 SvgContentPosition getPosition()
          Specifies the position of the content within the SVG file.
 Writer getWriter()
          A java.io.Writer object used to save the contents of the SVG file.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SvgContentEvent

public SvgContentEvent()
Method Detail

getPosition

public SvgContentPosition getPosition()

Specifies the position of the content within the SVG file.


getWriter

public Writer getWriter()

A java.io.Writer object used to save the contents of the SVG file.


http://www.softwarefx.com

2008 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.