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

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.flexio.data.StretchStripeLabelModelParameter
All Implemented Interfaces:
java.lang.Cloneable, ILabelModelParameter, IMarkupExtensionFactory

public class StretchStripeLabelModelParameter
extends java.lang.Object
implements ILabelModelParameter, IMarkupExtensionFactory

A label model parameter for Columns and Rows.


Constructor Summary
StretchStripeLabelModelParameter()
          Creates a new instance.
StretchStripeLabelModelParameter(java.lang.String position)
           
 
Method Summary
 java.lang.Object clone()
           
 MarkupExtension createMarkupExtension(Lookup lookup)
          Creates a markup extension that can be used instead of the original class.
 ILabelModel getModel()
          Gets the model that is associated with this parameter.
 java.lang.String getPosition()
           
 void setModel(ILabelModel model)
           
 void setPosition(java.lang.String position)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StretchStripeLabelModelParameter

public StretchStripeLabelModelParameter()
Creates a new instance.

Developers should not create instances of this class but use the constants defined in StretchStripeLabelModel: one of StretchStripeLabelModel.NORTH, StretchStripeLabelModel.SOUTH, StretchStripeLabelModel.EAST, and StretchStripeLabelModel.WEST


StretchStripeLabelModelParameter

public StretchStripeLabelModelParameter(java.lang.String position)
Method Detail

getModel

public ILabelModel getModel()
Description copied from interface: ILabelModelParameter
Gets the model that is associated with this parameter.

Specified by:
getModel in interface ILabelModelParameter

setModel

public void setModel(ILabelModel model)

clone

public java.lang.Object clone()
Specified by:
clone in interface ILabelModelParameter

getPosition

public java.lang.String getPosition()

setPosition

public void setPosition(java.lang.String position)

createMarkupExtension

public MarkupExtension createMarkupExtension(Lookup lookup)
Description copied from interface: IMarkupExtensionFactory
Creates a markup extension that can be used instead of the original class.

Specified by:
createMarkupExtension in interface IMarkupExtensionFactory
Parameters:
lookup - The lookup that shall be considered when creating the markup extension.


Copyright © 2000-2013 yWorks GmbH. All rights reserved