Package com.prineside.tdi2.shapes
Class PieChart.ChartEntryConfig
java.lang.Object
com.prineside.tdi2.shapes.PieChart.ChartEntryConfig
- Enclosing class:
 - PieChart
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptioncom.badlogic.gdx.graphics.Colorfloat - 
Constructor Summary
ConstructorsConstructorDescriptionChartEntryConfig(com.badlogic.gdx.graphics.Color color, float value, float segmentShift)  - 
Method Summary
 
- 
Field Details
- 
color
public com.badlogic.gdx.graphics.Color color - 
segmentShift
public float segmentShift - 
userObject
 
 - 
 - 
Constructor Details
- 
ChartEntryConfig
public ChartEntryConfig(com.badlogic.gdx.graphics.Color color, float value, float segmentShift)  
 - 
 - 
Method Details
- 
getValue
public float getValue() - 
setValue
public void setValue(float value)  
 -