Inherits IpeObject.
Inherited by IpeGroup, and IpePath.
|
Create object with all null attributes.
|
|
Create object by taking attributes from attr and setting identity matrix. |
|
Construct from XML stream.
|
|
Copy constructor.
|
|
Return pointer to this object.
Reimplemented from IpeObject. |
|
Check all symbolic attributes.
Reimplemented from IpeObject. |
|
Set fill color.
|
|
Set line width.
|
|
Set dash style.
|
|
Set line cap and join.
|
|
Return object fill color.
|
|
Return object line width.
|
|
Return object line style.
|
|
Return line cap, join.
|
|
Write common attributes to XML stream.
|
|
Save graphics state, and set new attributes. Color, line width, and dash style are only set if the current value in the graphics state is null. Line cap, line join, and miter limit are only set if the value to be set is not the default. (I.e. a default value means to inherit the parent value.) Don't forget to pop the graphics state after doing your drawing! |