com.yworks.yfiles.server.graphml.flexio.data.markup
Class CompositeLabelModelParameterExtension

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.flexio.MarkupExtension
      extended bycom.yworks.yfiles.server.graphml.flexio.data.markup.CompositeLabelModelParameterExtension

public class CompositeLabelModelParameterExtension
extends MarkupExtension

MarkupExtension for parameters of the CompositeLabelModel.


Constructor Summary
CompositeLabelModelParameterExtension()
           
CompositeLabelModelParameterExtension(ILabelModel model, ILabelModelParameter parameter)
           
 
Method Summary
 ILabelModel getModel()
           
 ILabelModelParameter getParameter()
           
 java.lang.Object provideValue(Lookup lookup)
          Implementations of subclasses return an object that had been specified as target attribute of the markup extension.
 void setModel(ILabelModel model)
           
 void setParameter(ILabelModelParameter parameter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeLabelModelParameterExtension

public CompositeLabelModelParameterExtension()

CompositeLabelModelParameterExtension

public CompositeLabelModelParameterExtension(ILabelModel model,
                                             ILabelModelParameter parameter)
Method Detail

getModel

public ILabelModel getModel()

setModel

public void setModel(ILabelModel model)

getParameter

public ILabelModelParameter getParameter()

setParameter

public void setParameter(ILabelModelParameter parameter)

provideValue

public java.lang.Object provideValue(Lookup lookup)
Implementations of subclasses return an object that had been specified as target attribute of the markup extension.

Specified by:
provideValue in class MarkupExtension
Parameters:
lookup - An object that can provide additional functionality for the markup extension.
Returns:
The object value to set on the property where the extension is applied.


Copyright © 2000-2013 yWorks GmbH. All rights reserved