public abstract class SVGValueType extends DOMObject implements com.aspose.ms.System.IDisposable
The SVGValueType type is used to represent an base SVG value type.
Modifier and Type | Field and Description |
---|---|
Node.Flags |
flags |
PropertyChanged, PropertyChangedDelegate
Modifier | Constructor and Description |
---|---|
protected |
SVGValueType()
Initializes a new instance of the
SVGValueType class. |
Modifier and Type | Method and Description |
---|---|
SVGValueType |
asReadOnly() |
abstract java.lang.Object |
deepClone()
Creates a new object that is a copy of the current instance.
|
void |
dispose()
Releases unmanaged and - optionally - managed resources.
|
protected void |
dispose(boolean disposing)
Releases unmanaged and - optionally - managed resources.
|
com.aspose.html.dom.svg.services.SVGTypeKey |
getKey() |
boolean |
isDetached() |
boolean |
isObserverSuppressed() |
boolean |
isReadOnly()
Gets a value indicating whether the SVGObject is read-only.
|
void |
notifyPropertyChanged(SVGValueType object,
java.lang.String propertyName) |
void |
setDetached(boolean value) |
void |
setObserverSuppressed(boolean value) |
java.lang.String |
toString()
Returns a
String that represents this instance. |
fireNotifyPropertyChanged, getCurrentValues, getRuntimesBinding, setCurrentValues, setField, setRuntimesBinding
public Node.Flags flags
protected SVGValueType()
Initializes a new instance of the SVGValueType
class.
public boolean isReadOnly()
Gets a value indicating whether the SVGObject is read-only.
Value:true
if this SVGObject is read only; otherwise, false
.public SVGValueType asReadOnly()
public boolean isDetached()
public void setDetached(boolean value)
public boolean isObserverSuppressed()
public void setObserverSuppressed(boolean value)
public void notifyPropertyChanged(SVGValueType object, java.lang.String propertyName)
public void dispose()
Releases unmanaged and - optionally - managed resources.
dispose
in interface com.aspose.ms.System.IDisposable
protected void dispose(boolean disposing)
Releases unmanaged and - optionally - managed resources.
disposing
- true
to release both managed and unmanaged resources; false
to release only unmanaged resources.public abstract java.lang.Object deepClone()
Creates a new object that is a copy of the current instance.
public java.lang.String toString()
Returns a String
that represents this instance.
toString
in class java.lang.Object
String
that represents this instance.public com.aspose.html.dom.svg.services.SVGTypeKey getKey()