WordCloudSetting class

Constructors

WordCloudSetting({Key? key, required List<Map> data, required double minTextSize, required double maxTextSize, required int attempt, required WordCloudShape shape})

Properties

attempt int
getter/setter pair
centerX double
getter/setter pair
centerY double
getter/setter pair
colorList List<Color>?
getter/setter pair
data List<Map>
getter/setter pair
fontFamily String?
getter/setter pair
fontStyle FontStyle?
getter/setter pair
fontWeight FontWeight?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isdrawed List
getter/setter pair
map List
getter/setter pair
mapX double
getter/setter pair
mapY double
getter/setter pair
maxTextSize double
getter/setter pair
minTextSize double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape WordCloudShape
getter/setter pair
textCenter List
getter/setter pair
textlist List
getter/setter pair
textPoints List
getter/setter pair

Methods

checkMap(double x, double y, double w, double h) bool
checkMapOptimized(int x, int y, double w, double h) bool
drawIn(int index, double x, double y) → void
drawText() → void
drawTextOptimized() → void
getDataLength() int
getTextPainter() List
getWordPoint() List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setColorList(List<Color>? colors) → void
setFont(String? family, FontStyle? style, FontWeight? weight) → void
setInitial() → void
setMap(dynamic shape) List
setMapSize(double x, double y) → void
setTextStyle(List<TextStyle> newstyle) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited