| Modifier and Type | Method and Description |
|---|---|
IColor |
IProjectionFactory.createColor(int red,
int green,
int blue)
Creates a color.
|
IColor |
IElementPresentationRule.getCoronaColor()
Gets the corona color.
|
IColor |
IElementPresentationRule.getFillColor()
Gets the fill color.
|
IColor |
IElementPresentationRule.getLineColor()
Gets the line color.
|
| Modifier and Type | Method and Description |
|---|---|
com.arcway.planagent.controllinginterface.planviewer.IProjection |
IProjectionFactory.createCounterProjection(int count,
IColor color)
Counter.
|
com.arcway.planagent.controllinginterface.planviewer.IProjection |
IProjectionFactory.createCounterProjection(java.lang.String text,
IColor color)
Counter.
|
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.
|