|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Displayable
Interface for displayable objects.
Method Summary | |
---|---|
javax.swing.JPanel |
getDisplay(int width,
int height,
boolean isLargeDisplay)
|
void |
getRangeHints(double[] ranges)
Gets the range hints associated with this displayable object. |
boolean |
removeDisplay(javax.swing.JPanel display)
|
void |
setRangeHints(double[] ranges)
Sets the range hints associated with this displayable object. |
void |
updateDisplays()
|
Method Detail |
---|
void getRangeHints(double[] ranges)
ranges
- range hints. The first and second elements are the minimum and maximum
horizontal values, and the third and fourth elements are the minimun and
maximum vertical values.setRangeHints(double[])
void setRangeHints(double[] ranges)
ranges
- range hints. The first and second elements are the minimum and maximum
horizontal values, and the third and fourth elements are the minimun and
maximum vertical values.getRangeHints(double[])
javax.swing.JPanel getDisplay(int width, int height, boolean isLargeDisplay)
boolean removeDisplay(javax.swing.JPanel display)
void updateDisplays()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |