Class MapWeight

java.lang.Object
mgui.morph.sections.MapWeight
All Implemented Interfaces:
java.lang.Cloneable

public class MapWeight
extends java.lang.Object
implements java.lang.Cloneable
  • Constructor Summary

    Constructors
    Constructor Description
    MapWeight()  
    MapWeight​(double w, int s, int t)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object clone()  
    void setWeight​(double w, int s, int t)  

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MapWeight

      public MapWeight()
    • MapWeight

      public MapWeight​(double w, int s, int t)
  • Method Details

    • setWeight

      public void setWeight​(double w, int s, int t)
    • clone

      public java.lang.Object clone()
      Overrides:
      clone in class java.lang.Object