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 extends Tile2
-
-
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()
Real
getMinX()
double
getPreferredHeight()
double
getZZZ()
boolean
matchAnchorV1(java.lang.String anchor)
-
-
-
Method Detail
-
getPreferredHeight
double getPreferredHeight()
-
callbackY
void callbackY(double y)
-
addConstraints
void addConstraints()
-
getMinX
Real getMinX()
-
getMaxX
Real getMaxX()
-
getEvent
Event getEvent()
-
getContactPointRelative
double getContactPointRelative()
-
getZZZ
double getZZZ()
-
matchAnchorV1
boolean matchAnchorV1(java.lang.String anchor)
-
-