Winter Cardinal UI - v0.442.0 / EShapeDataValueRangeImpl
• new EShapeDataValueRangeImpl(): EShapeDataValueRangeImpl
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:21
• Protected
_from: number
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:17
• Protected
_to: number
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:18
• Protected
_type: number
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:16
• Optional
parent: EShapeDataValueRangeParent
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:19
• get
from(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:41
• set
from(from
): void
Name | Type |
---|---|
from |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:45
• get
to(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:55
• set
to(to
): void
Name | Type |
---|---|
to |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:59
• get
type(): number
number
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:27
• set
type(type
): void
Name | Type |
---|---|
type |
number |
void
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:31
▸ copy(target
): this
Name | Type |
---|---|
target |
EShapeDataValueRangeLike |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:168
▸ copy_(type
, from
, to
): this
Name | Type |
---|---|
type |
number |
from |
number |
to |
number |
this
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:172
▸ deserialize(target
, manager
): void
Name | Type |
---|---|
target |
number |
manager |
EShapeResourceManagerDeserialization |
void
EShapeDataValueRange.deserialize
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:213
▸ isEquals(target
): boolean
Name | Type |
---|---|
target |
EShapeDataValueRangeLike |
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:164
▸ normalize(value
): number
Name | Type |
---|---|
value |
number |
number
EShapeDataValueRange.normalize
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:147
▸ serialize(manager
): number
Name | Type |
---|---|
manager |
EShapeResourceManagerSerialization |
number
EShapeDataValueRange.serialize
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:208
▸ set(from?
, to?
): boolean
Name | Type |
---|---|
from? |
null | number |
to? |
null | number |
boolean
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:69
▸ toObject(): EShapeDataValueRangeLike
src/main/typescript/wcardinal/ui/shape/e-shape-data-value-range-impl.ts:200