| Modifier and Type | Method and Description |
|---|---|
ITextStyle |
IGraphicsHelper.createTextStyle(java.lang.String fontName,
boolean isBold,
boolean isItalic)
Creates a text style.
|
ITextStyle |
IProjectionFactory.createTextStyle(java.lang.String fontName,
boolean isBold,
boolean isItalic)
Creates a text style.
|
| Modifier and Type | Method and Description |
|---|---|
com.arcway.planagent.controllinginterface.planviewer.IProjection |
IProjectionFactory.createDimensionedProgressBarProjection(double barAreaWidth,
double textAreaMinWidth,
double barAreaHeight,
double axisAreaHeight,
IColor axisColor,
double axisLength,
IColor axisBorderColor,
IColor axisLabelColor,
ITextStyle axisLabelTextStyle,
java.lang.String axisLabelText,
IColor barPartLeftFillColor,
IColor barPartLeftTextColor,
ITextStyle barPartLeftTextStyle,
java.lang.String barPartLeftText,
double barPartLeftLength,
IColor barPartRightFillColor,
IColor barPartRightTextColor,
ITextStyle barPartRightTextStyle,
java.lang.String barPartRightText,
double barPartRigthLength,
IColor barBorderColor,
IColor barLabelColor,
ITextStyle barLabelTextStyle,
java.lang.String barLabelText)
Dimensioned progress bar projection
Use
IProjectionFactory.createColor(int, int, int) and
#createTextStyle(String, int, int) to create the colors and
text styles. |
com.arcway.planagent.controllinginterface.planviewer.IProjection |
IProjectionFactory.createTextArrayProjection(java.util.List<java.lang.String> texts,
IColor textColor,
double textArrayWidthHint,
int textArrayWidthMode,
ITextStyle textStyle,
double textHeight,
int hAlignment,
int vAlignment)
Text projection.
|
com.arcway.planagent.controllinginterface.planviewer.IProjection |
IProjectionFactory.createTextProjection(java.lang.String text,
IColor textColor,
double textWidth,
ITextStyle textStyle,
double textHeight,
int hAlignment,
int vAlignment)
Text projection.
|
int |
IGraphicsHelper.getNumberOfTextLines(java.lang.String text,
ITextStyle textStyle,
double textHeight,
double width)
Gets the needed number of text lines.
|
double |
IGraphicsHelper.getTextLength(java.lang.String text,
ITextStyle textStyle,
double textHeight)
Gets the length of the given text.
|