Class EditStreetV1
java.lang.Object
zombie.util.PooledObject
zombie.worldMap.streets.EditStreetV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPoint(float float0, float float1) getAddPointLocation(float float0, float float1, Vector2f vector2f) intfloatgetPointX(int int0) floatgetPointY(int int0) intgetWidth()voidinsertPoint(float float1, float float2) intpickPoint(float float0, float float1) voidremovePoint(int int0) voidvoidsetPoint(int int0, float float0, float float1) voidsetTranslatedText(String string) voidsetWidth(int int0) Methods inherited from class zombie.util.PooledObject
getPoolReference, isFree, release, setFree, setPoolMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.util.IPooledObject
onReleased
-
Constructor Details
-
EditStreetV1
public EditStreetV1()
-
-
Method Details
-
getNumPoints
public int getNumPoints() -
getPointX
public float getPointX(int int0) -
getPointY
public float getPointY(int int0) -
addPoint
public void addPoint(float float0, float float1) -
insertPoint
public void insertPoint(float float1, float float2) -
removePoint
public void removePoint(int int0) -
setPoint
public void setPoint(int int0, float float0, float float1) -
getTranslatedText
-
setTranslatedText
-
getWidth
public int getWidth() -
setWidth
public void setWidth(int int0) -
reverseDirection
public void reverseDirection() -
pickPoint
public int pickPoint(float float0, float float1) -
getAddPointLocation
-