Class IsoMarkers.CircleIsoMarker
java.lang.Object
zombie.iso.IsoMarkers.CircleIsoMarker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getA()
float
getAlpha()
float
float
float
getB()
float
float
getG()
int
getID()
float
getR()
float
getSize()
float
getX()
float
getY()
float
getZ()
void
init
(int _x, int _y, int _z, IsoGridSquare gs) boolean
isActive()
boolean
boolean
void
remove()
void
setA
(float _a) void
setActive
(boolean _active) void
setAlpha
(float _alpha) void
setAlphaMax
(float _alphaMax) void
setAlphaMin
(float _alphaMin) void
setB
(float _b) void
setDoAlpha
(boolean _doAlpha) void
setFadeSpeed
(float _fadeSpeed) void
setG
(float _g) void
setPos
(int _x, int _y, int _z) void
setR
(float _r) void
setSize
(float _size) void
setSquare
(IsoGridSquare _square)
-
Constructor Details
-
CircleIsoMarker
public CircleIsoMarker()
-
-
Method Details
-
getID
public int getID() -
remove
public void remove() -
isRemoved
public boolean isRemoved() -
init
-
getX
public float getX() -
getY
public float getY() -
getZ
public float getZ() -
getR
public float getR() -
getG
public float getG() -
getB
public float getB() -
getA
public float getA() -
setR
public void setR(float _r) -
setG
public void setG(float _g) -
setB
public void setB(float _b) -
setA
public void setA(float _a) -
getSize
public float getSize() -
setSize
public void setSize(float _size) -
getAlpha
public float getAlpha() -
setAlpha
public void setAlpha(float _alpha) -
getAlphaMax
public float getAlphaMax() -
setAlphaMax
public void setAlphaMax(float _alphaMax) -
getAlphaMin
public float getAlphaMin() -
setAlphaMin
public void setAlphaMin(float _alphaMin) -
isDoAlpha
public boolean isDoAlpha() -
setDoAlpha
public void setDoAlpha(boolean _doAlpha) -
getFadeSpeed
public float getFadeSpeed() -
setFadeSpeed
public void setFadeSpeed(float _fadeSpeed) -
getSquare
-
setSquare
-
setPos
public void setPos(int _x, int _y, int _z) -
isActive
public boolean isActive() -
setActive
public void setActive(boolean _active)
-