com.jxcell
Class JCChart
java.lang.Object
JCPanel
com.jxcell.JCChart
- All Implemented Interfaces:
- java.util.EventListener, java.awt.event.KeyListener
- public class JCChart
- extends JCPanel
- implements java.awt.event.KeyListener
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
JCChart
public JCChart()
JCChart
public JCChart(Chart chart1)
getChart
public Chart getChart()
getSelection
public ChartSelection getSelection()
getThis
public javax.swing.JComponent getThis()
keyPressed
public void keyPressed(java.awt.event.KeyEvent keyevent)
- Specified by:
keyPressed
in interface java.awt.event.KeyListener
keyReleased
public void keyReleased(java.awt.event.KeyEvent keyevent)
- Specified by:
keyReleased
in interface java.awt.event.KeyListener
keyTyped
public void keyTyped(java.awt.event.KeyEvent keyevent)
- Specified by:
keyTyped
in interface java.awt.event.KeyListener
paint
public void paint(java.awt.Graphics g)
paint0
public void paint0(java.awt.Graphics g)
paint1
public void paint1(java.awt.Graphics g)
setAllowSelections
public void setAllowSelections(boolean bAllowSelection)
setAllowUserChanges
public void setAllowUserChanges(boolean bAllowUserChanges)
setViewScale
public void setViewScale(int scale)
get_uniqueID
public static java.lang.String get_uniqueID()
saveImage
public byte[] saveImage()
setImageFormat
public void setImageFormat(int imageFormat)
getImageFormat
public int getImageFormat()
toXML
public void toXML(java.io.FileOutputStream fileOutputStream)
throws java.io.UnsupportedEncodingException
- Throws:
java.io.UnsupportedEncodingException
FromXML
public void FromXML(java.io.FileInputStream fileInputStream)
throws java.io.IOException,
javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException
- Throws:
java.io.IOException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
getImageMap
public java.lang.String getImageMap(java.lang.String id)