Class PaintlessScheme
- java.lang.Object
-
- org.rspeer.game.script.meta.paint.PaintScheme
-
- org.rspeer.game.script.meta.paint.PaintlessScheme
-
public class PaintlessScheme extends PaintScheme
-
-
Constructor Summary
Constructors Constructor Description PaintlessScheme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getArcLength()
int
getPadding()
int
getX()
int
getY()
-
Methods inherited from class org.rspeer.game.script.meta.paint.PaintScheme
getBackgroundColor, getBorderColor, getFontColor, getHideColor, getShowColor, getSkillColor, getTitleColor
-
-
-
-
Method Detail
-
getArcLength
public int getArcLength()
- Overrides:
getArcLength
in classPaintScheme
-
getPadding
public int getPadding()
- Overrides:
getPadding
in classPaintScheme
-
getX
public int getX()
- Overrides:
getX
in classPaintScheme
-
getY
public int getY()
- Overrides:
getY
in classPaintScheme
-
-