|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.graph.CommonGraph.GraphBadDogCallback
protected class CommonGraph.GraphBadDogCallback
Constructor Summary | |
---|---|
protected |
CommonGraph.GraphBadDogCallback()
|
Method Summary | |
---|---|
void |
drawBadDog(java.awt.Graphics gx)
|
void |
drawBadDogToSVG(java.util.Map context)
|
void |
drawBadDogToXML(java.util.Map context)
|
boolean |
isValidChart()
|
protected void |
setNotEnoughDataMessage(java.lang.String[] s)
Set the message indicating not enough data is present. |
protected void |
setNotEnoughDataMessage(java.lang.String[] s,
NotEnoughData neData)
Set the message indicating not enough data is present. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CommonGraph.GraphBadDogCallback()
Method Detail |
---|
public boolean isValidChart()
isValidChart
in interface oracle.dss.graph.pfj.BadDogCallback
public void drawBadDog(java.awt.Graphics gx)
drawBadDog
in interface oracle.dss.graph.pfj.BadDogCallback
public void drawBadDogToSVG(java.util.Map context) throws java.io.IOException, java.lang.Exception
drawBadDogToSVG
in interface oracle.dss.graph.pfj.BadDogCallback
context
- context for this render
java.io.IOException
- if there was a problem writing to the stream
java.lang.Exception
- if another problem occurredpublic void drawBadDogToXML(java.util.Map context) throws java.io.IOException, java.lang.Exception
drawBadDogToXML
in interface oracle.dss.graph.pfj.BadDogCallback
context
- context for this render
java.io.IOException
- if there was a problem writing to the stream
java.lang.Exception
- if another problem occurredprotected void setNotEnoughDataMessage(java.lang.String[] s)
s
- array of strings to showprotected void setNotEnoughDataMessage(java.lang.String[] s, NotEnoughData neData)
s
- array of strings to showneData
- object indicating how data is insufficient
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |