dip.world
Class World.VariantInfo

java.lang.Object
  extended bydip.world.World.VariantInfo
Enclosing class:
World

public static class World.VariantInfo
extends java.lang.Object

Variant Info is a class which holds information about the variant, map, symbols, and symbol options.


Constructor Summary
World.VariantInfo()
          Create a VariantInfo object
 
Method Summary
 java.lang.String getMapName()
          Get the Map name.
 RuleOptions getRuleOptions()
          Gets the RuleOptions
 java.lang.String getSymbolPackName()
          Get the Symbol pack name.
 float getSymbolPackVersion()
          Get the Symbol pack version.
 java.lang.String getVariantName()
          Get the Variant name.
 float getVariantVersion()
          Get the Variant version.
 void setMapName(java.lang.String value)
          Set the Map name.
 void setRuleOptions(RuleOptions value)
          Replaces the current RuleOptions with the given RuleOptions
 void setSymbolPackName(java.lang.String value)
          Set the Symbol pack name.
 void setSymbolPackVersion(float value)
          Set the Symbol pack version.
 void setVariantName(java.lang.String value)
          Set the Variant name.
 void setVariantVersion(float value)
          Set the Variant version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

World.VariantInfo

public World.VariantInfo()
Create a VariantInfo object

Method Detail

setVariantName

public void setVariantName(java.lang.String value)
Set the Variant name.


setMapName

public void setMapName(java.lang.String value)
Set the Map name.


setSymbolPackName

public void setSymbolPackName(java.lang.String value)
Set the Symbol pack name.


setVariantVersion

public void setVariantVersion(float value)
Set the Variant version.


setSymbolPackVersion

public void setSymbolPackVersion(float value)
Set the Symbol pack version.


setRuleOptions

public void setRuleOptions(RuleOptions value)
Replaces the current RuleOptions with the given RuleOptions


getVariantName

public java.lang.String getVariantName()
Get the Variant name.


getMapName

public java.lang.String getMapName()
Get the Map name.


getSymbolPackName

public java.lang.String getSymbolPackName()
Get the Symbol pack name.


getVariantVersion

public float getVariantVersion()
Get the Variant version.


getSymbolPackVersion

public float getSymbolPackVersion()
Get the Symbol pack version.


getRuleOptions

public RuleOptions getRuleOptions()
Gets the RuleOptions



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.