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

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
      extended bycom.yworks.yfiles.server.graphml.flexio.data.TemplateNodeStyle
All Implemented Interfaces:
INodeStyle, ISharedInstanceProvider

public class TemplateNodeStyle
extends TemplateStyle
implements INodeStyle

Node Style which uses a template class to define the visual appearance of the node.


Constructor Summary
TemplateNodeStyle(java.lang.String templateClass)
          Creates a new instance with the given template class.
 
Methods inherited from class com.yworks.yfiles.server.graphml.flexio.data.TemplateStyle
getContextPropertyName, getDataPropertyName, getSharedInstances, getStyleTag, getTemplateClass, getUserTagProvider, getUserTagProviderClass, isHideSelectionPaintable, setContextPropertyName, setDataPropertyName, setHideSelectionPaintable, setStyleTag, setTemplateClass, setUserTagProvider, setUserTagProviderClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateNodeStyle

public TemplateNodeStyle(java.lang.String templateClass)
Creates a new instance with the given template class. The template class is the Flex DisplayObject which is used to display the model item.

Parameters:
templateClass - The name of the (Flex) template class, written as "package::Clasname".


Copyright © 2000-2013 yWorks GmbH. All rights reserved