Interface Tile
-
- All Known Implementing Classes:
AbstractTile
,CommonTile
,CommunicationExoTile
,CommunicationTile
,CommunicationTileNoteBottom
,CommunicationTileNoteLeft
,CommunicationTileNoteRight
,CommunicationTileNoteTop
,CommunicationTileSelf
,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 void
addConstraints()
void
callbackY(double y)
double
getContactPointRelative()
Event
getEvent()
Real
getMaxX()
double
getMiddleX()
Real
getMinX()
double
getPreferredHeight()
double
getZZZ()
boolean
matchAnchor(String anchor)
-
-
-
Method Detail
-
getPreferredHeight
double getPreferredHeight()
-
callbackY
void callbackY(double y)
-
addConstraints
void addConstraints()
-
getMinX
Real getMinX()
-
getMaxX
Real getMaxX()
-
getMiddleX
double getMiddleX()
-
getEvent
Event getEvent()
-
getContactPointRelative
double getContactPointRelative()
-
getZZZ
double getZZZ()
-
matchAnchor
boolean matchAnchor(String anchor)
-
-