Atavism Version 2018.1AGIS API

atavism.server.pathing
Class PathObjectType

java.lang.Object
  extended by atavism.server.pathing.PathObjectType
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class PathObjectType
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

used in pathing code works with java bean xml serialization

See Also:
Serialized Form

Constructor Summary
PathObjectType()
           
PathObjectType(java.lang.String name, float height, float width, float maxClimbSlope)
           
 
Method Summary
 java.lang.Object clone()
           
 float getHeight()
           
 float getMaxClimbSlope()
           
 java.lang.String getName()
           
 float getWidth()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathObjectType

public PathObjectType()

PathObjectType

public PathObjectType(java.lang.String name,
                      float height,
                      float width,
                      float maxClimbSlope)
Method Detail

clone

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

getName

public java.lang.String getName()

getHeight

public float getHeight()

getWidth

public float getWidth()

getMaxClimbSlope

public float getMaxClimbSlope()


Copyright © 2018 Dragonsan Studios Sp. z o.o.