|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Panel
ee.ut.mrz.volumest.ResultPanel
public class ResultPanel
Subpanel for results and user input.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.Panel |
|---|
Panel.AccessibleAWTPanel |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
ResultPanel(Volumest vol)
Creates new panel. |
|
| Method Summary | |
|---|---|
void |
activateNextGridButton(boolean activate)
Activates or deactivates next grid button. |
void |
activatePrevGridButton(boolean activate)
Activates or deactivates previous grid button. |
void |
setCE(String ce)
Displays common error. |
void |
setRedoCount(String count)
Displays count of possible redo steps. |
void |
setSingleImageIntersectionCount(String count)
Displays count of grid and image intersections in current image. |
void |
setSingleImageSelectedArea(String area)
Displays selected area on current image. |
void |
setSingleImageSelectedPoints(String count)
Displays selected points count on current image. |
void |
setUndoCount(String count)
Displays count of possible undo steps. |
void |
setUnit(String unit)
Sets unit (in, mm etc.) to resultpanel. |
void |
setWholeObjectExtimatedVolume(String volume)
Displays estimated volume. |
void |
setWholeObjectIntersectionCount(String count)
Displays count of intersections on whole object. |
void |
setWholeObjectSelectedPoints(String count)
Displays selected points count on whole oblect. |
| Methods inherited from class java.awt.Panel |
|---|
addNotify, getAccessibleContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResultPanel(Volumest vol)
vol - Pointer to main worker class.| Method Detail |
|---|
public void setUnit(String unit)
unit - Unit.public void setSingleImageSelectedArea(String area)
area - Selected area.public void setSingleImageSelectedPoints(String count)
count - Selected points count.public void setWholeObjectSelectedPoints(String count)
count - Selected points count on whole oblect.public void setWholeObjectExtimatedVolume(String volume)
volume - Estimated volume.public void setUndoCount(String count)
count - Count of possible undo steps.public void setRedoCount(String count)
count - Count of possible redo steps.public void setSingleImageIntersectionCount(String count)
count - Count of grid and image intersections in current image.public void setCE(String ce)
ce - Common error.public void setWholeObjectIntersectionCount(String count)
count - Count of intersections on whole object.public void activatePrevGridButton(boolean activate)
public void activateNextGridButton(boolean activate)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||