Declaration of basic types for graphics. More...
Go to the source code of this file.
Classes | |
class | ogdf::Color |
Colors represented as RGBA values. More... | |
struct | ogdf::Fill |
Properties of fills. More... | |
struct | ogdf::Stroke |
Properties of strokes. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | ogdf::graphics |
Variables | |
std::map< FillPattern, string > | ogdf::graphics::fromFillPattern |
std::map< Shape, string > | ogdf::graphics::fromShape |
std::map< StrokeType, string > | ogdf::graphics::fromStrokeType |
std::map< string, FillPattern > | ogdf::graphics::toFillPattern |
std::map< string, Shape > | ogdf::graphics::toShape |
std::map< string, StrokeType > | ogdf::graphics::toStrokeType |
Declaration of basic types for graphics.
Definition in file graphics.h.