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

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

public class TemplateLabelStyle
extends TemplateStyle
implements ILabelStyle

Label Style which uses a template class to define the visual appearance of the label.


Constructor Summary
TemplateLabelStyle(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

TemplateLabelStyle

public TemplateLabelStyle(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