com.yworks.yfiles.server.graphml.flexio.data
Class ImageNodeStyle

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.flexio.data.ImageNodeStyle
All Implemented Interfaces:
INodeStyle

public class ImageNodeStyle
extends java.lang.Object
implements INodeStyle

yFiles FLEX client image node style data object. The image can be set as an URL or as a class name that specifies a Flex class which encapsualtes the image. For embedded bitmap images, use BitmapNodeStyle instead.

See Also:
BitmapNodeStyle

Constructor Summary
ImageNodeStyle()
           
 
Method Summary
 java.lang.String getImageClassName()
          Name of a Flex class that encapsualtes an image.
 java.lang.String getUrl()
          The URL where the image is located.
 void setImageClassName(java.lang.String imageClassName)
          Name of a Flex class that encapsualtes an image.
 void setUrl(java.lang.String url)
          The URL where the image is located.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageNodeStyle

public ImageNodeStyle()
Method Detail

getUrl

public java.lang.String getUrl()
The URL where the image is located.


setUrl

public void setUrl(java.lang.String url)
The URL where the image is located.


getImageClassName

public java.lang.String getImageClassName()
Name of a Flex class that encapsualtes an image.


setImageClassName

public void setImageClassName(java.lang.String imageClassName)
Name of a Flex class that encapsualtes an image.



Copyright © 2000-2013 yWorks GmbH. All rights reserved