|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectPLayer
at.ac.tuwien.cs.ztimeview.ui.PTimeLayer
at.ac.tuwien.cs.ztimeview.ui.PLifeLine
Piccolo class for a LifeLine
Constructor Summary | |
PLifeLine()
Default constructor |
|
PLifeLine(java.lang.String aLabel,
Interval aInterval)
Constructor |
Method Summary | |
void |
paint(PPaintContext aPaintContext)
Paint me (incl. |
boolean |
paintChildren(double scale)
Check, if a child is painted |
boolean |
paintMe(double scale)
Determines if this node should be painted |
void |
propertyChange(java.beans.PropertyChangeEvent pce)
Set font size according to height of line |
Methods inherited from class at.ac.tuwien.cs.ztimeview.ui.PTimeLayer |
addChild, getCollisionFreeLayout, getDefaultHeight, getEnd, getStart, layoutChildren, removeAllChildren, setAlwaysUseDefaultHeight, setCollisionFreeLayout, setDefaultHeight, setEnd, setExtent, setStart |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PLifeLine()
public PLifeLine(java.lang.String aLabel, Interval aInterval)
Method Detail |
public void propertyChange(java.beans.PropertyChangeEvent pce)
propertyChange
in interface java.beans.PropertyChangeListener
public void paint(PPaintContext aPaintContext)
public boolean paintMe(double scale)
scale
- current scale factor
public boolean paintChildren(double scale)
scale
- current scale factor
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |