Interface Tile
-
- All Known Implementing Classes:
AbstractTile,CommonTile,CommunicationExoTile,CommunicationTile,CommunicationTileNoteBottom,CommunicationTileNoteBottomTopAbstract,CommunicationTileNoteLeft,CommunicationTileNoteRight,CommunicationTileNoteTop,CommunicationTileSelf,CommunicationTileSelfNoteLeft,CommunicationTileSelfNoteRight,DelayTile,DividerTile,ElseTile,EmptyTile,GroupingTile,HSpaceTile,LifeEventTile,NewpageTile,NotesTile,NoteTile,ReferenceTile,TileMarged,TileParallel
public interface Tile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddConstraints()voidcallbackY(TimeHook y)doublegetContactPointRelative()EventgetEvent()RealgetMaxX()doublegetMiddleX()RealgetMinX()doublegetPreferredHeight()YGaugegetYGauge()doublegetZZZ()booleanmatchAnchor(java.lang.String anchor)
-
-
-
Method Detail
-
getPreferredHeight
double getPreferredHeight()
-
callbackY
void callbackY(TimeHook y)
-
getYGauge
YGauge getYGauge()
-
addConstraints
void addConstraints()
-
getMinX
Real getMinX()
-
getMaxX
Real getMaxX()
-
getMiddleX
double getMiddleX()
-
getEvent
Event getEvent()
-
getContactPointRelative
double getContactPointRelative()
-
getZZZ
double getZZZ()
-
matchAnchor
boolean matchAnchor(java.lang.String anchor)
-
-