edu.cmu.sun.view
Class MiddleFoldView
java.lang.Object
Component3D
edu.cmu.sun.view.AbstractListView
edu.cmu.sun.view.AbstractFoldView
edu.cmu.sun.view.MiddleFoldView
public class MiddleFoldView
- extends AbstractFoldView
Assembles, draws, and updates the middle fold component of a folded-scrolling window.
- Author:
- Braden Kowitz, Jessica Smith
| Fields inherited from class edu.cmu.sun.view.AbstractFoldView |
BottomBackGeometry, BottomFrontGeometry, controller, CRINKLE_PINCH_X, CRINKLE_PINCH_Y, CRINKLE_PINCH_Z, crinkle_x1, crinkle_x2, crinkle_x3, crinkle_x4, crinkle_y1, crinkle_y2, crinkle_z1, crinkle_z2, leftText, middleNumber, rightText, TEXT_LEFT_OFFSET, TEXT_RIGHT_OFFSET, TEXT_SIZE, textLayer, TopBackGeometry, TopFrontGeometry, WINDOW_DEPTH, WINDOW_WIDTH |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
topCrinkle
protected Component3D topCrinkle
bottomCrinkle
protected Component3D bottomCrinkle
slab
protected Component3D slab
MiddleFoldView
public MiddleFoldView(LayoutComponent layout)
initialize
protected void initialize()
- add components to the tree
update
public void update(AnimationPlan plan,
int msec)
- Overrides:
update in class AbstractFoldView