apps.dissection
Class DissectionSolution

java.lang.Object
  extended by apps.dissection.DissectionSolution

public class DissectionSolution
extends java.lang.Object

The Class DissectionSolution.


Constructor Summary
DissectionSolution(java.lang.String name, ImageTextLabel graphic)
          Instantiates a new dissection solution.
 
Method Summary
 ImageTextLabel getGraphic()
          Gets the graphic.
 java.lang.String getName()
          Gets the name.
 void setGraphic(ImageTextLabel graphic)
          Sets the graphic.
 void setName(java.lang.String name)
          Sets the name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DissectionSolution

public DissectionSolution(java.lang.String name,
                          ImageTextLabel graphic)
Instantiates a new dissection solution.

Parameters:
name - the name
graphic - the graphic
Method Detail

getGraphic

public ImageTextLabel getGraphic()
Gets the graphic.

Returns:
the graphic

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setGraphic

public void setGraphic(ImageTextLabel graphic)
Sets the graphic.

Parameters:
graphic - the new graphic

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name