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