Class DefaultsBuilder
- java.lang.Object
- 
- org.pepstock.charba.client.defaults.globals.DefaultsBuilder
 
- 
 public final class DefaultsBuilder extends Object Singleton builder of defaults options, with or without scales.- Author:
- Andrea "Stock" Stocchero
 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultsBuilderget()Singleton method to return the instanceDefaultOptionsgetOptions()Returns the default options without scales.DefaultScalegetScale()Returns the default scale.DefaultScaledOptionsgetScaledOptions()Returns the default options with scales.
 
- 
- 
- 
Method Detail- 
getpublic static DefaultsBuilder get() Singleton method to return the instance- Returns:
- default builder instance
 
 - 
getOptionspublic DefaultOptions getOptions() Returns the default options without scales.- Returns:
- the default options without scales.
 
 - 
getScaledOptionspublic DefaultScaledOptions getScaledOptions() Returns the default options with scales.- Returns:
- the default options with scales.
 
 - 
getScalepublic DefaultScale getScale() Returns the default scale.- Returns:
- the default scale.
 
 
- 
 
-