java.lang.Object | |
↳ | org.jfree.chart.ChartTransferable |
A class used to represent a chart on the clipboard.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new chart selection.
| |||||||||||
Creates a new chart selection.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the content for the requested flavor, if it is supported.
| |||||||||||
Returns the data flavors supported.
| |||||||||||
Returns
true if the specified flavor is supported. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a new chart selection.
chart | the chart. |
---|---|
width | the chart width. |
height | the chart height. |
Creates a new chart selection.
chart | the chart. |
---|---|
width | the chart width. |
height | the chart height. |
cloneData | clone the dataset(s)? |
Returns the content for the requested flavor, if it is supported.
flavor | the requested flavor. |
---|
java.awt.datatransfer.UnsupportedFlavorException | |
IOException | |
UnsupportedFlavorException |
Returns the data flavors supported.
Returns true
if the specified flavor is supported.
flavor | the flavor. |
---|