|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jidesoft.gauge.DialFrame
public class DialFrame
A kind of border for a Dial, except that a frame can have a Paint as a fill and can itself be surrounded by a line border.
Dial.setFrame(com.jidesoft.gauge.DialFrame)
Constructor Summary | |
---|---|
DialFrame()
|
Method Summary | |
---|---|
double |
getArcEndAngle()
Returns the extra angle of curvature added to the main arc making up the frame. |
Paint |
getFill()
Returns the current fill used for the frame |
double |
getFrameWidth()
Return the width of the frame as a proportion of the radius |
Color |
getInnerBorderColor()
Returns the color of the inner border of the frame |
int |
getInnerBorderWidth()
Returns the width of the inner border in pixels |
double |
getMidChordRadius()
Returns the closest that the frame may pass the pivot point specified as a proportion of the dial radius |
Color |
getOuterBorderColor()
Returns the Color of the outer border of the frame |
int |
getOuterBorderWidth()
Returns the width of the outer border in pixels |
void |
setArcEndAngle(double arcEndAngle)
The extra angle of curvature added to the main arc making up the frame. |
void |
setFill(Paint fill)
Specify the fill for the frame. |
void |
setFrameWidth(double frameWidth)
Specify the frame width in terms of the radius of the dial |
void |
setInnerBorderColor(Color innerBorderColor)
Specify the color of the inner border of the frame |
void |
setInnerBorderWidth(int innerBorderWidth)
Specify the width of the inner border in pixels |
void |
setMidChordRadius(double midChordRadius)
Specify the closest that the frame may pass the pivot point specified as a proportion of the dial radius |
void |
setOuterBorderColor(Color outerBorderColor)
Specify the Color of the outer border of the frame |
void |
setOuterBorderWidth(int outerBorderWidth)
Specify the width of the outer border in pixels |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DialFrame()
Method Detail |
---|
public Paint getFill()
public void setFill(Paint fill)
fill
- the fill (paint) to use for the framepublic double getFrameWidth()
public void setFrameWidth(double frameWidth)
frameWidth
- the width of the frame specified as a proportion of the radiuspublic Color getInnerBorderColor()
public void setInnerBorderColor(Color innerBorderColor)
innerBorderColor
- the color of the inner border of the framepublic int getInnerBorderWidth()
public void setInnerBorderWidth(int innerBorderWidth)
innerBorderWidth
- the width of the inner border in pixelspublic Color getOuterBorderColor()
public void setOuterBorderColor(Color outerBorderColor)
outerBorderColor
- the outer border Color of the framepublic int getOuterBorderWidth()
public void setOuterBorderWidth(int outerBorderWidth)
outerBorderWidth
- the width of the outer border in pixelspublic double getMidChordRadius()
public void setMidChordRadius(double midChordRadius)
midChordRadius
- the closes that the frame may pass to the dial pivot pointpublic double getArcEndAngle()
public void setArcEndAngle(double arcEndAngle)
arcEndAngle
- the extra angle of curvature at the end of the main frame arcs.
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |