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

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

public class StretchStripeLabelModel
extends java.lang.Object
implements ILabelModel


Field Summary
static StretchStripeLabelModelParameter EAST
          A parameter instance which places the label at the right side of the stripe.
static StretchStripeLabelModelParameter NORTH
          A parameter instance which places the label at the top side of the stripe.
static java.lang.String POSITION_EAST
          Encodes a position at the right side of the stripe.
static java.lang.String POSITION_NORTH
          Encodes a position at the top side of the stripe.
static java.lang.String POSITION_SOUTH
          Encodes a position at the bottom side of the stripe.
static java.lang.String POSITION_WEST
          Encodes a position at the left side of the stripe.
static StretchStripeLabelModelParameter SOUTH
          A parameter instance which places the label at the bottom side of the stripe.
static StretchStripeLabelModelParameter WEST
          A parameter instance which places the label at the left side of the stripe.
 
Constructor Summary
StretchStripeLabelModel()
           
 
Method Summary
 ILabelModelParameter createDefaultParameter()
          Creates a default parameter that can be used for this model.
static StretchStripeLabelModel getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POSITION_NORTH

public static final java.lang.String POSITION_NORTH
Encodes a position at the top side of the stripe.

See Also:
Constant Field Values

POSITION_SOUTH

public static final java.lang.String POSITION_SOUTH
Encodes a position at the bottom side of the stripe.

See Also:
Constant Field Values

POSITION_WEST

public static final java.lang.String POSITION_WEST
Encodes a position at the left side of the stripe.

See Also:
Constant Field Values

POSITION_EAST

public static final java.lang.String POSITION_EAST
Encodes a position at the right side of the stripe.

See Also:
Constant Field Values

NORTH

public static final StretchStripeLabelModelParameter NORTH
A parameter instance which places the label at the top side of the stripe.

This is a convenience parameter instance that can be shared between label instances.


SOUTH

public static final StretchStripeLabelModelParameter SOUTH
A parameter instance which places the label at the bottom side of the stripe.

This is a convenience parameter instance that can be shared between label instances.


EAST

public static final StretchStripeLabelModelParameter EAST
A parameter instance which places the label at the right side of the stripe.

This is a convenience parameter instance that can be shared between label instances.


WEST

public static final StretchStripeLabelModelParameter WEST
A parameter instance which places the label at the left side of the stripe.

This is a convenience parameter instance that can be shared between label instances.

Constructor Detail

StretchStripeLabelModel

public StretchStripeLabelModel()
Method Detail

getInstance

public static StretchStripeLabelModel getInstance()

createDefaultParameter

public ILabelModelParameter createDefaultParameter()
Description copied from interface: ILabelModel
Creates a default parameter that can be used for this model.

Specified by:
createDefaultParameter in interface ILabelModel
Returns:
A parameter for this model instance.


Copyright © 2000-2013 yWorks GmbH. All rights reserved