| Package | Description |
|---|---|
| org.aoju.bus.image.galaxy.data |
| Modifier and Type | Method and Description |
|---|---|
static Attributes.UpdatePolicy |
Attributes.UpdatePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attributes.UpdatePolicy[] |
Attributes.UpdatePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Attributes.testUpdate(Attributes.UpdatePolicy updatePolicy,
Attributes newAttrs,
Attributes modified) |
boolean |
Attributes.testUpdateNotSelected(Attributes.UpdatePolicy updatePolicy,
Attributes newAttrs,
Attributes modified,
int... selection)
Tests if
Attributes.updateNotSelected(org.aoju.bus.image.galaxy.data.Attributes.UpdatePolicy, org.aoju.bus.image.galaxy.data.Attributes, org.aoju.bus.image.galaxy.data.Attributes, int...) would modify attributes, without actually
modifying this attributes |
boolean |
Attributes.testUpdateSelected(Attributes.UpdatePolicy updatePolicy,
Attributes newAttrs,
Attributes modified,
int... selection)
Tests if
Attributes.updateSelected(org.aoju.bus.image.galaxy.data.Attributes.UpdatePolicy, org.aoju.bus.image.galaxy.data.Attributes, org.aoju.bus.image.galaxy.data.Attributes, int...) would modify attributes, without actually
modifying this attributes |
boolean |
Attributes.update(Attributes.UpdatePolicy updatePolicy,
Attributes newAttrs,
Attributes modified) |
boolean |
Attributes.update(Attributes.UpdatePolicy updatePolicy,
boolean mergeOriginalAttributesSequence,
Attributes newAttrs,
Attributes modified) |
boolean |
Attributes.updateNotSelected(Attributes.UpdatePolicy updatePolicy,
Attributes newAttrs,
Attributes modified,
int... selection)
Add not selected attributes from another Attributes object to this.
|
boolean |
Attributes.updateSelected(Attributes.UpdatePolicy updatePolicy,
Attributes newAttrs,
Attributes modified,
int... selection)
Add selected attributes from another Attributes object to this.
|
Copyright © 2020. All rights reserved.