Interface Tile
-
- All Known Subinterfaces:
TileWithCallbackY
,TileWithUpdateStairs
- All Known Implementing Classes:
CommunicationExoTile
,CommunicationTile
,CommunicationTileNoteLeft
,CommunicationTileNoteRight
,CommunicationTileSelf
,CommunicationTileSelfNoteRight
,DelayTile
,DividerTile
,ElseTile
,EmptyTile
,GroupingTile
,HSpaceTile
,LifeEventTile
,MainTile
,NotesTile
,NoteTile
,ReferenceTile
,TileMarged
,TileParallel
public interface Tile extends UDrawable, UShape
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addConstraints(StringBounder stringBounder)
Event
getEvent()
Real
getMaxX(StringBounder stringBounder)
Real
getMinX(StringBounder stringBounder)
double
getPreferredHeight(StringBounder stringBounder)
-
-
-
Method Detail
-
getPreferredHeight
double getPreferredHeight(StringBounder stringBounder)
-
addConstraints
void addConstraints(StringBounder stringBounder)
-
getMinX
Real getMinX(StringBounder stringBounder)
-
getMaxX
Real getMaxX(StringBounder stringBounder)
-
getEvent
Event getEvent()
-
-