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 booleanequals(Object obj)AxisKindgetAxisKind()Returns the default axis kind for this default scale id.inthashCode()Stringvalue()Returns the name value of property 
 - 
 
- 
- 
Method Detail
- 
getAxisKind
public AxisKind getAxisKind()
Description copied from interface:ScaleIdReturns the default axis kind for this default scale id.- Specified by:
 getAxisKindin interfaceScaleId- Returns:
 - the default axis kind for this default scale id
 
 
- 
hashCode
public int hashCode()
 
- 
equals
public boolean equals(Object obj)
 
 - 
 
 -