public final class Rotate extends Attribute
| Constructor and Description |
|---|
Rotate(Rotate other) |
Rotate(String name,
Angle other) |
Rotate(String name,
String stringValue) |
| Modifier and Type | Method and Description |
|---|---|
Angle |
getAngle() |
double |
getValue() |
Attribute |
newAttribute(String value)
Create a new attribute, given a new value
|
Attribute |
newAttribute(String NS,
String localName,
String qName,
String value)
Create a new attribute, given all attribute parameters
|
Attribute |
newAttribute(String NS,
String localName,
String qName,
String value,
boolean internSymbols)
Create a new attribute, given all attribute parameters
|
String |
toString()
Generates this attribute's value as a string.
|
getAttrValue, getLocalName, getName, getNS, getPrefix, getQName, isEmpty, isNameSpaceAttr, isSchemaAttr, isXSINilAttr, normalizepublic Rotate(Rotate other)
public Angle getAngle()
public double getValue()
public Attribute newAttribute(String value)
AttributenewAttribute in class Attributevalue - the string to use to create the new attributeAttribute.newAttribute(String)public Attribute newAttribute(String NS, String localName, String qName, String value)
AttributenewAttribute in class AttributeNS - the namespace for this attributelocalName - the local name for this attributeqName - the qualified name for this attributevalue - the string to use to create the new attributepublic Attribute newAttribute(String NS, String localName, String qName, String value, boolean internSymbols)
AttributenewAttribute in class AttributeNS - the namespace for this attributelocalName - the local name for this attributeqName - the qualified name for this attributevalue - the string to use to create the new attributeinternSymbols - indicates whether the symbols in other parameters need to be interned.public String toString()
AttributetoString in class AttributeObject.toString()Copyright © 2010 - 2020 Adobe. All Rights Reserved