DigitalImageResolution$PixelPerInch class final

Inheritance

Constructors

DigitalImageResolution$PixelPerInch([num value = 0])
const
DigitalImageResolution$PixelPerInch.from(DigitalImageResolution unit)
Construct DigitalImageResolution$PixelPerInch from other DigitalImageResolution
factory
DigitalImageResolution$PixelPerInch.fromJson(Map<String, dynamic> json)
If there is no matched key, returning with 0 value
factory

Properties

anchor DigitalImageResolution
no setterinherited
displayName String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
majorName String
no setterinherited
minorName String
no setteroverride
ratio num
1 DigitalImageResolution$PixelPerInch = 1.0 DigitalImageResolution$DotPerInch
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for DigitalImageResolution$PixelPerInch
no setteroverride
toDotPerInch DigitalImageResolution
Convert to DigitalImageResolution$DotPerInch
no setterinherited
toDotPerMeter DigitalImageResolution
Convert to DigitalImageResolution$DotPerMeter
no setterinherited
toDotPerMillimeter DigitalImageResolution
Convert to DigitalImageResolution$DotPerMillimeter
no setterinherited
toPixelPerInch DigitalImageResolution
Convert to DigitalImageResolution$PixelPerInch
no setterinherited
units List<DigitalImageResolution>
no setterinherited
unitsAsMap EnumValues<DigitalImageResolution>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

compareTo(DigitalImageResolution other) int
Compares this object to another object.
inherited
convertTo<E extends Unit<T>>(E to) DigitalImageResolution
Convert this unit to another unit under same category, the value of to is ignored
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
DigitalImageResolution$PixelPerInch in JSON Map for advance use-case
override
toString() String
A string representation of this object.
inherited
withPrecision([Precision precision = Precision.two]) DigitalImageResolution
Get the exact precision on value calculation
inherited
withValue(num val) DigitalImageResolution$PixelPerInch
Creating DigitalImageResolution$PixelPerInch with new value
override

Operators

operator +(DigitalImageResolution other) DigitalImageResolution
inherited
operator -(DigitalImageResolution other) DigitalImageResolution
inherited
operator <(DigitalImageResolution other) bool
inherited
operator <=(DigitalImageResolution other) bool
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator >(DigitalImageResolution other) bool
inherited
operator >=(DigitalImageResolution other) bool
inherited