public class BlueMeter extends Meter
arcWidth, bounds, CHORD, CIR, extentAngle, joinType, maxOuterSize, METER_ANOTHER_ANGLE, METER_WIDTH_OFF, meterMiddleX, meterMiddleY, meterShape, meterStyle, OFFANGLE, PIE, radius, startAngle, titleDim, titleGlyph, value
构造器和说明 |
---|
BlueMeter(TextGlyph title,
double value,
MeterStyle meterStyle) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
calculateMiddleYAndRadius(double meterW,
double meterH,
int resolution) |
void |
draw(java.awt.Graphics g,
int resolution)
画法.
|
protected void |
initTransientValue(int resolution) |
adjuetRadius, calculateMeterShape, clone, deal4Begin, deal4End, dealWithDoubleValue, drawTitle, equals, getBounds, getColor4CurrentValue, getMaxTickLableDim, getMeterStyle, getOrder, getShape, getTitle, getValue, resetBeforeDraw, setBounds, setMeterStyle, setTitle, setValue, valueToAngle
selectableChildren, toJSONObject
public BlueMeter(TextGlyph title, double value, MeterStyle meterStyle)
public void draw(java.awt.Graphics g, int resolution)
protected void initTransientValue(int resolution)
initTransientValue
在类中 Meter
protected void calculateMiddleYAndRadius(double meterW, double meterH, int resolution)
calculateMiddleYAndRadius
在类中 Meter