Class StandardScaleId
- java.lang.Object
-
- org.pepstock.charba.client.options.StandardScaleId
-
- All Implemented Interfaces:
Key
,PropertyKey
,ScaleId
public final class StandardScaleId extends Object implements ScaleId
This is a standard implementation of a scale id- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
AxisKind
getAxisKind()
Returns the default axis kind for this default scale id.int
hashCode()
String
value()
Returns the name value of property
-
-
-
Method Detail
-
getAxisKind
public AxisKind getAxisKind()
Description copied from interface:ScaleId
Returns the default axis kind for this default scale id.- Specified by:
getAxisKind
in interfaceScaleId
- Returns:
- the default axis kind for this default scale id
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object obj)
-
-