2012-05-21 20:32:26 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2014-04-01 11:30:48 +00:00
<!-- NewPage -->
< html lang = "en" >
< head >
2014-11-10 09:02:21 +00:00
<!-- Generated by javadoc (version 1.7.0_51) on Mon Nov 10 04:00:03 EST 2014 -->
< title > mxGraphTransferable (mxGraph 3.1.1.1 API Specification)< / title >
< meta name = "date" content = "2014-11-10" >
2014-04-01 11:30:48 +00:00
< link rel = "stylesheet" type = "text/css" href = "../../../../stylesheet.css" title = "Style" >
< / head >
< body >
< script type = "text/javascript" > < ! - -
2012-05-21 20:32:26 +00:00
if (location.href.indexOf('is-external=true') == -1) {
2014-11-10 09:02:21 +00:00
parent.document.title="mxGraphTransferable (mxGraph 3.1.1.1 API Specification)";
2012-05-21 20:32:26 +00:00
}
2014-04-01 11:30:48 +00:00
//-->
< / script >
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
2012-05-21 20:32:26 +00:00
<!-- ========= START OF TOP NAVBAR ======= -->
2014-04-01 11:30:48 +00:00
< div class = "topNav" > < a name = "navbar_top" >
<!-- -->
< / a > < a href = "#skip-navbar_top" title = "Skip navigation links" > < / a > < a name = "navbar_top_firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "../../../../overview-summary.html" > Overview< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "navBarCell1Rev" > Class< / li >
< li > < a href = "class-use/mxGraphTransferable.html" > Use< / a > < / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../../deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "../../../../index-all.html" > Index< / a > < / li >
< li > < a href = "../../../../help-doc.html" > Help< / a > < / li >
< / ul >
2014-11-10 09:02:21 +00:00
< div class = "aboutLanguage" > < em > < p > < b > mxGraph 3.1.1.1< / b > < / p > < / em > < / div >
2014-04-01 11:30:48 +00:00
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > < a href = "../../../../com/mxgraph/swing/util/mxGraphActions.ZoomAction.html" title = "class in com.mxgraph.swing.util" > < span class = "strong" > Prev Class< / span > < / a > < / li >
< li > < a href = "../../../../com/mxgraph/swing/util/mxICellOverlay.html" title = "interface in com.mxgraph.swing.util" > < span class = "strong" > Next Class< / span > < / a > < / li >
< / ul >
< ul class = "navList" >
< li > < a href = "../../../../index.html?com/mxgraph/swing/util/mxGraphTransferable.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "mxGraphTransferable.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_top" >
< li > < a href = "../../../../allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_top");
2012-05-21 20:32:26 +00:00
if(window==top) {
2014-04-01 11:30:48 +00:00
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
2012-05-21 20:32:26 +00:00
}
//-->
2014-04-01 11:30:48 +00:00
< / script >
< / div >
< div >
< ul class = "subNavList" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > < a href = "#field_summary" > Field< / a > | < / li >
< li > < a href = "#constructor_summary" > Constr< / a > | < / li >
< li > < a href = "#method_summary" > Method< / a > < / li >
< / ul >
< ul class = "subNavList" >
< li > Detail: < / li >
< li > < a href = "#field_detail" > Field< / a > | < / li >
< li > < a href = "#constructor_detail" > Constr< / a > | < / li >
< li > < a href = "#method_detail" > Method< / a > < / li >
< / ul >
< / div >
< a name = "skip-navbar_top" >
<!-- -->
< / a > < / div >
2012-05-21 20:32:26 +00:00
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
2014-04-01 11:30:48 +00:00
< div class = "header" >
< div class = "subTitle" > com.mxgraph.swing.util< / div >
< h2 title = "Class mxGraphTransferable" class = "title" > Class mxGraphTransferable< / h2 >
< / div >
< div class = "contentContainer" >
< ul class = "inheritance" >
2014-11-10 09:02:21 +00:00
< li > java.lang.Object< / li >
2014-04-01 11:30:48 +00:00
< li >
< ul class = "inheritance" >
< li > com.mxgraph.swing.util.mxGraphTransferable< / li >
< / ul >
< / li >
< / ul >
< div class = "description" >
< ul class = "blockList" >
< li class = "blockList" >
< dl >
< dt > All Implemented Interfaces:< / dt >
2014-11-10 09:02:21 +00:00
< dd > java.awt.datatransfer.Transferable, java.io.Serializable, javax.swing.plaf.UIResource< / dd >
2014-04-01 11:30:48 +00:00
< / dl >
< hr >
< br >
< pre > public class < span class = "strong" > mxGraphTransferable< / span >
2014-11-10 09:02:21 +00:00
extends java.lang.Object
implements java.awt.datatransfer.Transferable, javax.swing.plaf.UIResource, java.io.Serializable< / pre >
2014-04-01 11:30:48 +00:00
< dl > < dt > < span class = "strong" > See Also:< / span > < / dt > < dd > < a href = "../../../../serialized-form.html#com.mxgraph.swing.util.mxGraphTransferable" > Serialized Form< / a > < / dd > < / dl >
< / li >
< / ul >
< / div >
< div class = "summary" >
< ul class = "blockList" >
< li class = "blockList" >
2012-05-21 20:32:26 +00:00
<!-- =========== FIELD SUMMARY =========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "field_summary" >
<!-- -->
< / a >
< h3 > Field Summary< / h3 >
< table class = "overviewSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Field Summary table, listing fields, and an explanation" >
< caption > < span > Fields< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th class = "colLast" scope = "col" > Field and Description< / th >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > protected < a href = "../../../../com/mxgraph/util/mxRectangle.html" title = "class in com.mxgraph.util" > mxRectangle< / a > < / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#bounds" > bounds< / a > < / strong > < / code > < / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected java.lang.Object[]< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#cells" > cells< / a > < / strong > < / code > < / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > static java.awt.datatransfer.DataFlavor< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#dataFlavor" > dataFlavor< / a > < / strong > < / code >
< div class = "block" > Serialized Data Flavor.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > static boolean< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#enableImageSupport" > enableImageSupport< / a > < / strong > < / code >
< div class = "block" > Global switch to disable image support in transferables.< / div >
< / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected javax.swing.ImageIcon< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#image" > image< / a > < / strong > < / code > < / td >
< / tr >
< / table >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "constructor_summary" >
<!-- -->
< / a >
< h3 > Constructor Summary< / h3 >
< table class = "overviewSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Constructor Summary table, listing constructors, and an explanation" >
< caption > < span > Constructors< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colOne" scope = "col" > Constructor and Description< / th >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colOne" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#mxGraphTransferable(java.lang.Object[], com.mxgraph.util.mxRectangle)" > mxGraphTransferable< / a > < / strong > (java.lang.Object[] cells,
2014-04-01 11:30:48 +00:00
< a href = "../../../../com/mxgraph/util/mxRectangle.html" title = "class in com.mxgraph.util" > mxRectangle< / a > bounds)< / code > < / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colOne" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#mxGraphTransferable(java.lang.Object[], com.mxgraph.util.mxRectangle, javax.swing.ImageIcon)" > mxGraphTransferable< / a > < / strong > (java.lang.Object[] cells,
2014-04-01 11:30:48 +00:00
< a href = "../../../../com/mxgraph/util/mxRectangle.html" title = "class in com.mxgraph.util" > mxRectangle< / a > bounds,
2014-11-10 09:02:21 +00:00
javax.swing.ImageIcon image)< / code > < / td >
2014-04-01 11:30:48 +00:00
< / tr >
< / table >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ========== METHOD SUMMARY =========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "method_summary" >
<!-- -->
< / a >
< h3 > Method Summary< / h3 >
< table class = "overviewSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Method Summary table, listing methods, and an explanation" >
< caption > < span > Methods< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th class = "colLast" scope = "col" > Method and Description< / th >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > < a href = "../../../../com/mxgraph/util/mxRectangle.html" title = "class in com.mxgraph.util" > mxRectangle< / a > < / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#getBounds()" > getBounds< / a > < / strong > ()< / code >
< div class = "block" > Returns the unscaled, untranslated bounding box of the cells.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > java.lang.Object[]< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#getCells()" > getCells< / a > < / strong > ()< / code > < / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected java.lang.String< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#getHtmlData()" > getHtmlData< / a > < / strong > ()< / code >
< div class = "block" > Fetch the data in a text/html format< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > javax.swing.ImageIcon< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#getImage()" > getImage< / a > < / strong > ()< / code > < / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected java.lang.String< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#getPlainData()" > getPlainData< / a > < / strong > ()< / code >
< div class = "block" > Fetch the data in a text/plain format.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > java.lang.Object< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#getRicherData(java.awt.datatransfer.DataFlavor)" > getRicherData< / a > < / strong > (java.awt.datatransfer.DataFlavor flavor)< / code > < / td >
2014-04-01 11:30:48 +00:00
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected java.awt.datatransfer.DataFlavor[]< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#getRicherFlavors()" > getRicherFlavors< / a > < / strong > ()< / code >
< div class = "block" > Some subclasses will have flavors that are more descriptive than HTML or
plain text.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > java.lang.Object< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#getTransferData(java.awt.datatransfer.DataFlavor)" > getTransferData< / a > < / strong > (java.awt.datatransfer.DataFlavor flavor)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns an object which represents the data to be transferred.< / div >
< / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > java.awt.datatransfer.DataFlavor[]< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#getTransferDataFlavors()" > getTransferDataFlavors< / a > < / strong > ()< / code > < / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > boolean< / code > < / td >
2014-11-10 09:02:21 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#isDataFlavorSupported(java.awt.datatransfer.DataFlavor)" > isDataFlavorSupported< / a > < / strong > (java.awt.datatransfer.DataFlavor flavor)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns whether or not the specified data flavor is supported for this
object.< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > protected boolean< / code > < / td >
2014-11-10 09:02:21 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#isHtmlFlavor(java.awt.datatransfer.DataFlavor)" > isHtmlFlavor< / a > < / strong > (java.awt.datatransfer.DataFlavor flavor)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns whether or not the specified data flavor is an HTML flavor that
is supported.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > protected boolean< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#isHtmlSupported()" > isHtmlSupported< / a > < / strong > ()< / code >
< div class = "block" > Whether the HTML flavors are offered.< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > protected boolean< / code > < / td >
2014-11-10 09:02:21 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#isImageFlavor(java.awt.datatransfer.DataFlavor)" > isImageFlavor< / a > < / strong > (java.awt.datatransfer.DataFlavor flavor)< / code > < / td >
2014-04-01 11:30:48 +00:00
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > boolean< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#isImageSupported()" > isImageSupported< / a > < / strong > ()< / code > < / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > protected boolean< / code > < / td >
2014-11-10 09:02:21 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#isPlainFlavor(java.awt.datatransfer.DataFlavor)" > isPlainFlavor< / a > < / strong > (java.awt.datatransfer.DataFlavor flavor)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns whether or not the specified data flavor is an plain flavor that
is supported.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > protected boolean< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#isPlainSupported()" > isPlainSupported< / a > < / strong > ()< / code >
< div class = "block" > Whether the plain text flavors are offered.< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > protected boolean< / code > < / td >
2014-11-10 09:02:21 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#isRicherFlavor(java.awt.datatransfer.DataFlavor)" > isRicherFlavor< / a > < / strong > (java.awt.datatransfer.DataFlavor flavor)< / code > < / td >
2014-04-01 11:30:48 +00:00
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > protected boolean< / code > < / td >
2014-11-10 09:02:21 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../../com/mxgraph/swing/util/mxGraphTransferable.html#isStringFlavor(java.awt.datatransfer.DataFlavor)" > isStringFlavor< / a > < / strong > (java.awt.datatransfer.DataFlavor flavor)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns whether or not the specified data flavor is a String flavor that
is supported.< / div >
< / td >
< / tr >
< / table >
< ul class = "blockList" >
< li class = "blockList" > < a name = "methods_inherited_from_class_java.lang.Object" >
<!-- -->
< / a >
2014-11-10 09:02:21 +00:00
< h3 > Methods inherited from class java.lang.Object< / h3 >
< code > clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait< / code > < / li >
2014-04-01 11:30:48 +00:00
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< / div >
< div class = "details" >
< ul class = "blockList" >
< li class = "blockList" >
2012-05-21 20:32:26 +00:00
<!-- ============ FIELD DETAIL =========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "field_detail" >
<!-- -->
< / a >
< h3 > Field Detail< / h3 >
< a name = "enableImageSupport" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > enableImageSupport< / h4 >
< pre > public static boolean enableImageSupport< / pre >
< div class = "block" > Global switch to disable image support in transferables. Set this to false as a workaround
for Data translation failed: not an image format in Java 1.7 on Mac OS X.< / div >
< / li >
< / ul >
< a name = "dataFlavor" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > dataFlavor< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public static java.awt.datatransfer.DataFlavor dataFlavor< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Serialized Data Flavor. Use the following code to switch to local
2012-05-21 20:32:26 +00:00
reference flavor:
< code >
try
{
mxGraphTransferable.dataFlavor = new DataFlavor(DataFlavor.javaJVMLocalObjectMimeType
+ "; class=com.mxgraph.swing.util.mxGraphTransferable");
}
catch (ClassNotFoundException cnfe)
{
// do nothing
}
< / code >
If you get a class not found exception, try the following instead:
< code >
mxGraphTransferable.dataFlavor = new DataFlavor(DataFlavor.javaJVMLocalObjectMimeType
+ "; class=com.mxgraph.swing.util.mxGraphTransferable", null,
new com.mxgraph.swing.util.mxGraphTransferable(null, null).getClass().getClassLoader());
2014-04-01 11:30:48 +00:00
< / code > < / div >
< / li >
< / ul >
< a name = "cells" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > cells< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected java.lang.Object[] cells< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "bounds" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > bounds< / h4 >
< pre > protected < a href = "../../../../com/mxgraph/util/mxRectangle.html" title = "class in com.mxgraph.util" > mxRectangle< / a > bounds< / pre >
< / li >
< / ul >
< a name = "image" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > image< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected javax.swing.ImageIcon image< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ========= CONSTRUCTOR DETAIL ======== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "constructor_detail" >
<!-- -->
< / a >
< h3 > Constructor Detail< / h3 >
< a name = "mxGraphTransferable(java.lang.Object[], com.mxgraph.util.mxRectangle)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > mxGraphTransferable< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public mxGraphTransferable(java.lang.Object[] cells,
2014-04-01 11:30:48 +00:00
< a href = "../../../../com/mxgraph/util/mxRectangle.html" title = "class in com.mxgraph.util" > mxRectangle< / a > bounds)< / pre >
< / li >
< / ul >
< a name = "mxGraphTransferable(java.lang.Object[], com.mxgraph.util.mxRectangle, javax.swing.ImageIcon)" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > mxGraphTransferable< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public mxGraphTransferable(java.lang.Object[] cells,
2014-04-01 11:30:48 +00:00
< a href = "../../../../com/mxgraph/util/mxRectangle.html" title = "class in com.mxgraph.util" > mxRectangle< / a > bounds,
2014-11-10 09:02:21 +00:00
javax.swing.ImageIcon image)< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ============ METHOD DETAIL ========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "method_detail" >
<!-- -->
< / a >
< h3 > Method Detail< / h3 >
< a name = "getCells()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getCells< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public java.lang.Object[] getCells()< / pre >
2014-04-01 11:30:48 +00:00
< dl > < dt > < span class = "strong" > Returns:< / span > < / dt > < dd > Returns the cells.< / dd > < / dl >
< / li >
< / ul >
< a name = "getBounds()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getBounds< / h4 >
< pre > public < a href = "../../../../com/mxgraph/util/mxRectangle.html" title = "class in com.mxgraph.util" > mxRectangle< / a > getBounds()< / pre >
< div class = "block" > Returns the unscaled, untranslated bounding box of the cells.< / div >
< / li >
< / ul >
< a name = "getImage()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getImage< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public javax.swing.ImageIcon getImage()< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "getTransferDataFlavors()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getTransferDataFlavors< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public java.awt.datatransfer.DataFlavor[] getTransferDataFlavors()< / pre >
2014-04-01 11:30:48 +00:00
< dl >
< dt > < strong > Specified by:< / strong > < / dt >
2014-11-10 09:02:21 +00:00
< dd > < code > getTransferDataFlavors< / code > in interface < code > java.awt.datatransfer.Transferable< / code > < / dd >
2014-04-01 11:30:48 +00:00
< / dl >
< / li >
< / ul >
< a name = "getRicherFlavors()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getRicherFlavors< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected java.awt.datatransfer.DataFlavor[] getRicherFlavors()< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Some subclasses will have flavors that are more descriptive than HTML or
2012-05-21 20:32:26 +00:00
plain text. If this method returns a non-null value, it will be placed at
2014-04-01 11:30:48 +00:00
the start of the array of supported flavors.< / div >
< / li >
< / ul >
< a name = "isDataFlavorSupported(java.awt.datatransfer.DataFlavor)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > isDataFlavorSupported< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public boolean isDataFlavorSupported(java.awt.datatransfer.DataFlavor flavor)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns whether or not the specified data flavor is supported for this
object.< / div >
< dl >
< dt > < strong > Specified by:< / strong > < / dt >
2014-11-10 09:02:21 +00:00
< dd > < code > isDataFlavorSupported< / code > in interface < code > java.awt.datatransfer.Transferable< / code > < / dd >
2014-04-01 11:30:48 +00:00
< dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > flavor< / code > - the requested flavor for the data< / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > boolean indicating whether or not the data flavor is supported< / dd > < / dl >
< / li >
< / ul >
< a name = "getTransferData(java.awt.datatransfer.DataFlavor)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getTransferData< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public java.lang.Object getTransferData(java.awt.datatransfer.DataFlavor flavor)
throws java.awt.datatransfer.UnsupportedFlavorException,
java.io.IOException< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns an object which represents the data to be transferred. The class
2012-05-21 20:32:26 +00:00
of the object returned is defined by the representation class of the
2014-04-01 11:30:48 +00:00
flavor.< / div >
< dl >
< dt > < strong > Specified by:< / strong > < / dt >
2014-11-10 09:02:21 +00:00
< dd > < code > getTransferData< / code > in interface < code > java.awt.datatransfer.Transferable< / code > < / dd >
2014-04-01 11:30:48 +00:00
< dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > flavor< / code > - the requested flavor for the data< / dd >
< dt > < span class = "strong" > Throws:< / span > < / dt >
2014-11-10 09:02:21 +00:00
< dd > < code > java.io.IOException< / code > - if the data is no longer available in the requested
2014-04-01 11:30:48 +00:00
flavor.< / dd >
2014-11-10 09:02:21 +00:00
< dd > < code > java.awt.datatransfer.UnsupportedFlavorException< / code > - if the requested data flavor is not supported.< / dd > < dt > < span class = "strong" > See Also:< / span > < / dt > < dd > < code > DataFlavor.getRepresentationClass()< / code > < / dd > < / dl >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "isRicherFlavor(java.awt.datatransfer.DataFlavor)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > isRicherFlavor< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected boolean isRicherFlavor(java.awt.datatransfer.DataFlavor flavor)< / pre >
2014-04-01 11:30:48 +00:00
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > flavor< / code > - < / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > Returns true if the given flavor is a richer flavor of this
transferable.< / dd > < / dl >
< / li >
< / ul >
< a name = "getRicherData(java.awt.datatransfer.DataFlavor)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getRicherData< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public java.lang.Object getRicherData(java.awt.datatransfer.DataFlavor flavor)
throws java.awt.datatransfer.UnsupportedFlavorException< / pre >
2014-04-01 11:30:48 +00:00
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > flavor< / code > - < / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > the richer data flavor of this and the specified< / dd >
< dt > < span class = "strong" > Throws:< / span > < / dt >
2014-11-10 09:02:21 +00:00
< dd > < code > java.awt.datatransfer.UnsupportedFlavorException< / code > < / dd > < / dl >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "isHtmlFlavor(java.awt.datatransfer.DataFlavor)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > isHtmlFlavor< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected boolean isHtmlFlavor(java.awt.datatransfer.DataFlavor flavor)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns whether or not the specified data flavor is an HTML flavor that
is supported.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > flavor< / code > - the requested flavor for the data< / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > boolean indicating whether or not the data flavor is supported< / dd > < / dl >
< / li >
< / ul >
< a name = "isHtmlSupported()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > isHtmlSupported< / h4 >
< pre > protected boolean isHtmlSupported()< / pre >
< div class = "block" > Whether the HTML flavors are offered. If so, the method getHTMLData
should be implemented to provide something reasonable.< / div >
< / li >
< / ul >
< a name = "getHtmlData()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getHtmlData< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected java.lang.String getHtmlData()< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Fetch the data in a text/html format< / div >
< / li >
< / ul >
< a name = "isImageFlavor(java.awt.datatransfer.DataFlavor)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > isImageFlavor< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected boolean isImageFlavor(java.awt.datatransfer.DataFlavor flavor)< / pre >
2014-04-01 11:30:48 +00:00
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > flavor< / code > - < / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > Returns true if the given flavor is an image flavor of this
transferable.< / dd > < / dl >
< / li >
< / ul >
< a name = "isImageSupported()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > isImageSupported< / h4 >
< pre > public boolean isImageSupported()< / pre >
< / li >
< / ul >
< a name = "isPlainFlavor(java.awt.datatransfer.DataFlavor)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > isPlainFlavor< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected boolean isPlainFlavor(java.awt.datatransfer.DataFlavor flavor)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns whether or not the specified data flavor is an plain flavor that
is supported.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > flavor< / code > - the requested flavor for the data< / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > boolean indicating whether or not the data flavor is supported< / dd > < / dl >
< / li >
< / ul >
< a name = "isPlainSupported()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > isPlainSupported< / h4 >
< pre > protected boolean isPlainSupported()< / pre >
< div class = "block" > Whether the plain text flavors are offered. If so, the method
getPlainData should be implemented to provide something reasonable.< / div >
< / li >
< / ul >
< a name = "getPlainData()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getPlainData< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected java.lang.String getPlainData()< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Fetch the data in a text/plain format.< / div >
< / li >
< / ul >
< a name = "isStringFlavor(java.awt.datatransfer.DataFlavor)" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > isStringFlavor< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected boolean isStringFlavor(java.awt.datatransfer.DataFlavor flavor)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns whether or not the specified data flavor is a String flavor that
is supported.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > flavor< / code > - the requested flavor for the data< / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > boolean indicating whether or not the data flavor is supported< / dd > < / dl >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< / div >
< / div >
2012-05-21 20:32:26 +00:00
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
2014-04-01 11:30:48 +00:00
< div class = "bottomNav" > < a name = "navbar_bottom" >
<!-- -->
< / a > < a href = "#skip-navbar_bottom" title = "Skip navigation links" > < / a > < a name = "navbar_bottom_firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "../../../../overview-summary.html" > Overview< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "navBarCell1Rev" > Class< / li >
< li > < a href = "class-use/mxGraphTransferable.html" > Use< / a > < / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../../deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "../../../../index-all.html" > Index< / a > < / li >
< li > < a href = "../../../../help-doc.html" > Help< / a > < / li >
< / ul >
2014-11-10 09:02:21 +00:00
< div class = "aboutLanguage" > < em > < p > < b > mxGraph 3.1.1.1< / b > < / p > < / em > < / div >
2014-04-01 11:30:48 +00:00
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > < a href = "../../../../com/mxgraph/swing/util/mxGraphActions.ZoomAction.html" title = "class in com.mxgraph.swing.util" > < span class = "strong" > Prev Class< / span > < / a > < / li >
< li > < a href = "../../../../com/mxgraph/swing/util/mxICellOverlay.html" title = "interface in com.mxgraph.swing.util" > < span class = "strong" > Next Class< / span > < / a > < / li >
< / ul >
< ul class = "navList" >
< li > < a href = "../../../../index.html?com/mxgraph/swing/util/mxGraphTransferable.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "mxGraphTransferable.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_bottom" >
< li > < a href = "../../../../allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_bottom");
2012-05-21 20:32:26 +00:00
if(window==top) {
2014-04-01 11:30:48 +00:00
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
2012-05-21 20:32:26 +00:00
}
//-->
2014-04-01 11:30:48 +00:00
< / script >
< / div >
< div >
< ul class = "subNavList" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > < a href = "#field_summary" > Field< / a > | < / li >
< li > < a href = "#constructor_summary" > Constr< / a > | < / li >
< li > < a href = "#method_summary" > Method< / a > < / li >
< / ul >
< ul class = "subNavList" >
< li > Detail: < / li >
< li > < a href = "#field_detail" > Field< / a > | < / li >
< li > < a href = "#constructor_detail" > Constr< / a > | < / li >
< li > < a href = "#method_detail" > Method< / a > < / li >
< / ul >
< / div >
< a name = "skip-navbar_bottom" >
<!-- -->
< / a > < / div >
2012-05-21 20:32:26 +00:00
<!-- ======== END OF BOTTOM NAVBAR ======= -->
2014-04-01 11:30:48 +00:00
< p class = "legalCopy" > < small > < font size = 1 > Copyright (c) 2010 < a href = "http://www.mxgraph.com/"
target="_blank">Gaudenz Alder, David Benson< / a > . All rights reserved.< / font > < / small > < / p >
< / body >
< / html >