com.yworks.yfiles.server.graphml.flexio.compat
Class AdvancedStroke

java.lang.Object
  extended bycom.yworks.yfiles.server.graphml.flexio.compat.Stroke
      extended bycom.yworks.yfiles.server.graphml.flexio.compat.AdvancedStroke
All Implemented Interfaces:
ISharedInstanceProvider, IStroke

public class AdvancedStroke
extends Stroke

Compatibility class for the yFiles FLEX GraphML format.

This class represents a stroke that can use an arbitrary dot/dash pattern.


Constructor Summary
AdvancedStroke()
           
 
Method Summary
 double[] getPattern()
          Returns the dash pattern.
 void setPattern(double[] pattern)
          Sets the dash pattern
 
Methods inherited from class com.yworks.yfiles.server.graphml.flexio.compat.Stroke
getColor, getSharedInstances, getWeight, isUseSolidColorStroke, setColor, setUseSolidColorStroke, setWeight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdvancedStroke

public AdvancedStroke()
Method Detail

getPattern

public double[] getPattern()
Returns the dash pattern.


setPattern

public void setPattern(double[] pattern)
Sets the dash pattern



Copyright © 2000-2013 yWorks GmbH. All rights reserved