public interface Displayable
| Modifier and Type | Method and Description |
|---|---|
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() |
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()