net.sourceforge.plantuml.hector
Class SkeletonConfiguration

java.lang.Object
  extended by net.sourceforge.plantuml.hector.SkeletonConfiguration

public class SkeletonConfiguration
extends Object


Method Summary
 boolean equals(Object other)
           
 int getCol(Pin pin)
           
static SkeletonConfiguration getDefault(Skeleton skeleton)
           
 double getPrice()
           
 Set<SkeletonConfiguration> getSomeMuteds()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getDefault

public static SkeletonConfiguration getDefault(Skeleton skeleton)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

getCol

public int getCol(Pin pin)

getSomeMuteds

public Set<SkeletonConfiguration> getSomeMuteds()

getPrice

public double getPrice()


Copyright © 2013. All Rights Reserved.