Package guideme.document.flow
Class LytFlowInlineBlock
java.lang.Object
guideme.document.flow.LytFlowContent
guideme.document.flow.LytFlowInlineBlock
- All Implemented Interfaces:
InteractiveElement
,Styleable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBlock()
getPreferredSize
(int lineWidth) getTooltip
(float x, float y) boolean
mouseClicked
(GuideScreen screen, int x, int y, int button) boolean
mouseReleased
(GuideScreen screen, int x, int y, int button) static LytFlowInlineBlock
void
setAlignment
(InlineBlockAlignment alignment) void
protected void
visitChildren
(LytVisitor visitor) Methods inherited from class guideme.document.flow.LytFlowContent
getFlowParent, getHoverStyle, getParent, getStyle, getStylingParent, isInclusiveAncestor, setHoverStyle, setParent, setStyle, visit
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface guideme.document.interaction.InteractiveElement
mouseCaptureLost, mouseMoved
Methods inherited from interface guideme.style.Styleable
modifyHoverStyle, modifyStyle, resolveHoverStyle, resolveStyle
-
Constructor Details
-
LytFlowInlineBlock
public LytFlowInlineBlock()
-
-
Method Details
-
getBlock
-
setBlock
-
getAlignment
-
setAlignment
-
getPreferredSize
-
mouseClicked
- Specified by:
mouseClicked
in interfaceInteractiveElement
-
mouseReleased
- Specified by:
mouseReleased
in interfaceInteractiveElement
-
getTooltip
- Specified by:
getTooltip
in interfaceInteractiveElement
- Parameters:
x
- X position of the mouse in document coordinates.y
- Y position of the mouse in document coordinates.
-
visitChildren
- Overrides:
visitChildren
in classLytFlowContent
-
of
-