Uses of Enum
com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
Packages that use ActivityBarRenderer.TextPosition
Package
Description
Renderer classes for visualizing activities, calendar entries, and for adding custom background
visuals based on row type.
-
Uses of ActivityBarRenderer.TextPosition in com.flexganttfx.view.graphics.renderer
Methods in com.flexganttfx.view.graphics.renderer that return ActivityBarRenderer.TextPositionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ActivityBarRenderer.TextPosition[]
ActivityBarRenderer.TextPosition.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flexganttfx.view.graphics.renderer with parameters of type ActivityBarRenderer.TextPositionModifier and TypeMethodDescriptionprotected void
ActivityBarRenderer.drawText
(ActivityRef<A> activityRef, String text, ActivityBarRenderer.TextPosition position, GraphicsContext gc, double x, double y, double w, double h, boolean selected, boolean hover, boolean highlighted, boolean pressed) protected boolean
ActivityBarRenderer.isTextVisible
(String text, ActivityBarRenderer.TextPosition position, double availableWidth) Determines if the given text for the given position will be drawn or not depending on the available width.