com.tensegrity.graphics
Class StrokePattern

java.lang.Object
  extended bycom.tensegrity.graphics.StrokePattern

public class StrokePattern
extends java.lang.Object

StrokePattern

Author:
BurkhardWick

Constructor Summary
StrokePattern(double[] pattern)
          Constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 double[] getPattern()
          Returns the pattern of this instance
 int hashCode()
           
 void setPattern(double[] pattern)
          Sets the pattern of this instance
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StrokePattern

public StrokePattern(double[] pattern)
Constructor

Parameters:
pattern - The pattern of this instance
Method Detail

getPattern

public double[] getPattern()
Returns the pattern of this instance

Returns:
the pattern of this instance

setPattern

public void setPattern(double[] pattern)
Sets the pattern of this instance

Parameters:
pattern - the new pattern of this instance

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.