-
@RestrictTo(value = LIBRARY) public class DocumentData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumDocumentData.Justification
-
Field Summary
Fields Modifier and Type Field Description public Stringtextpublic StringfontNamepublic floatsizepublic DocumentData.Justificationjustificationpublic inttrackingpublic floatlineHeightpublic floatbaselineShiftpublic intcolorpublic intstrokeColorpublic floatstrokeWidthpublic booleanstrokeOverFillpublic PointFboxPositionpublic PointFboxSize
-
Constructor Summary
Constructors Constructor Description DocumentData(String text, String fontName, float size, DocumentData.Justification justification, int tracking, float lineHeight, float baselineShift, int color, int strokeColor, float strokeWidth, boolean strokeOverFill, PointF boxPosition, PointF boxSize)DocumentData()
-
Method Summary
Modifier and Type Method Description voidset(String text, String fontName, float size, DocumentData.Justification justification, int tracking, float lineHeight, float baselineShift, @ColorInt() int color, @ColorInt() int strokeColor, float strokeWidth, boolean strokeOverFill, PointF boxPosition, PointF boxSize)inthashCode()-
-
Constructor Detail
-
DocumentData
DocumentData(String text, String fontName, float size, DocumentData.Justification justification, int tracking, float lineHeight, float baselineShift, int color, int strokeColor, float strokeWidth, boolean strokeOverFill, PointF boxPosition, PointF boxSize)
-
DocumentData
DocumentData()
-
-
Method Detail
-
set
void set(String text, String fontName, float size, DocumentData.Justification justification, int tracking, float lineHeight, float baselineShift, @ColorInt() int color, @ColorInt() int strokeColor, float strokeWidth, boolean strokeOverFill, PointF boxPosition, PointF boxSize)
-
hashCode
int hashCode()
-
-
-
-