Interface Tile
-
- All Known Subinterfaces:
TileWithCallbackY
,TileWithUpdateStairs
- All Known Implementing Classes:
AbstractTile
,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 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)
double
getYPoint(StringBounder stringBounder)
double
getZ(StringBounder stringBounder)
boolean
matchAnchorV1(java.lang.String anchor)
-
-
-
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()
-
getYPoint
double getYPoint(StringBounder stringBounder)
-
getZ
double getZ(StringBounder stringBounder)
-
matchAnchorV1
boolean matchAnchorV1(java.lang.String anchor)
-
-