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

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

public class StripeLabelModel
extends java.lang.Object
implements ILabelModel


Field Summary
static StripeLabelModelParameter EAST
          A parameter instance which places the label at the right side of the stripe.
static StripeLabelModelParameter 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 StripeLabelModelParameter SOUTH
          A parameter instance which places the label at the bottom side of the stripe.
static StripeLabelModelParameter WEST
          A parameter instance which places the label at the left side of the stripe.
 
Constructor Summary
StripeLabelModel()
           
 
Method Summary
 ILabelModelParameter createDefaultParameter()
          Creates a default parameter that can be used for this model.
static StripeLabelModel 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 StripeLabelModelParameter 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 StripeLabelModelParameter 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 StripeLabelModelParameter 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 StripeLabelModelParameter 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

StripeLabelModel

public StripeLabelModel()
Method Detail

getInstance

public static StripeLabelModel 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