Class BlueScreenNode
java.lang.Object
DrawableNode
PictNode
BlueScreenNode
- public class BlueScreenNode
- extends PictNode
Method Summary |
void |
drawWith(Turtle pen)
Use the given turtle to draw oneself |
String |
toString()
Method to return a string with informaiton
about this node |
BlueScreenNode
public BlueScreenNode(Picture p)
toString
public String toString()
- Method to return a string with informaiton
about this node
- Overrides:
toString
in class PictNode
drawWith
public void drawWith(Turtle pen)
- Description copied from class:
DrawableNode
- Use the given turtle to draw oneself
- Overrides:
drawWith
in class PictNode