static MultilineTextAnnotationBuilder |
MultilineTextAnnotationBuilder.create(String... content) |
Creates the builder.
|
static MultilineTextAnnotationBuilder |
MultilineTextAnnotationBuilder.create(List<String> content) |
Creates the builder.
|
MultilineTextAnnotationBuilder |
MultilineTextAnnotationBuilder.setColors(String... colors) |
Sets the colors to apply to each row of the content.
If the colors are less than the content row count, the last color is used for the rest of the content.
|
MultilineTextAnnotationBuilder |
MultilineTextAnnotationBuilder.setColors(List<IsColor> colors) |
Sets the colors to apply to each row of the content.
If the colors are less than the content row count, the last color is used for the rest of the content.
|
MultilineTextAnnotationBuilder |
MultilineTextAnnotationBuilder.setColors(IsColor... colors) |
Sets the colors to apply to each row of the content.
If the colors are less than the content row count, the last color is used for the rest of the content.
|
MultilineTextAnnotationBuilder |
MultilineTextAnnotationBuilder.setFonts(List<IsDefaultFont> fonts) |
Sets the fonts to apply to each row of the content.
If the fonts are less than the content row count, the last font is used for the rest of the content.
|
MultilineTextAnnotationBuilder |
MultilineTextAnnotationBuilder.setFonts(IsDefaultFont... fonts) |
Sets the fonts to apply to each row of the content.
If the fonts are less than the content row count, the last font is used for the rest of the content.
|
MultilineTextAnnotationBuilder |
MultilineTextAnnotationBuilder.setTextAlign(TextAlign align) |
Sets the text alignment in the canvas.
|