Package | Description |
---|---|
com.flexganttfx.view.graphics.renderer |
Renderer classes for visualizing activities, calendar entries, and for adding custom background
visuals based on row type.
|
Modifier and Type | Method and Description |
---|---|
static ActivityBarRenderer.TextPosition |
ActivityBarRenderer.TextPosition.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ActivityBarRenderer.drawText(ActivityRef<A> activityRef,
String text,
ActivityBarRenderer.TextPosition position,
javafx.scene.canvas.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.
|
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.