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 voidaddConstraints(StringBounder stringBounder)EventgetEvent()RealgetMaxX(StringBounder stringBounder)RealgetMinX(StringBounder stringBounder)doublegetPreferredHeight(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()
-
-