LabelParam class

Constructors

LabelParam({int labelWidth = 0, int labelLength = 0, double paperWidth = 0, double paperLength = 0, int imageAreaWidth = 0, int imageAreaLength = 0, int pinOffsetLeft = 0, int pinOffsetRight = 0, int physicalOffsetX = 0, int physicalOffsetY = 0, int labelType = 0, int paperID = 0, String paperName = "", String paperNameInch = ""})

Properties

hashCode int
The hash code for this object.
no setterinherited
headPinNum int
getter/setter pair
imageAreaLength int
getter/setter pair
imageAreaWidth int
getter/setter pair
isAutoCut bool
getter/setter pair
isCutMark bool
getter/setter pair
isEndCut bool
getter/setter pair
isHalfCut bool
getter/setter pair
isSpecialTape bool
getter/setter pair
labelLength int
getter/setter pair
labelType int
getter/setter pair
labelWidth int
getter/setter pair
paperID int
getter/setter pair
paperLength double
getter/setter pair
paperName String
getter/setter pair
paperNameInch String
getter/setter pair
paperWidth double
getter/setter pair
physicalOffsetX int
getter/setter pair
physicalOffsetY int
getter/setter pair
pinOffsetLeft int
getter/setter pair
pinOffsetRight int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tubeHeadPinNum int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromMap(Map map) LabelParam