hgl 0.5.25
A compiler/interpreter suite for developing images
Public Member Functions | List of all members
HGL::Type::IFillable Interface Referenceabstract

#include "ifillable.h"

Inheritance diagram for HGL::Type::IFillable:
[legend]

Public Member Functions

virtual const FillgetFill () const =0
 Gets the Fill type of the type. More...
 

Detailed Description

Author
Heiko Schäfer heiko.nosp@m.@hgl.nosp@m..rang.nosp@m.un.d.nosp@m.e

Member Function Documentation

virtual const Fill* HGL::Type::IFillable::getFill ( ) const
pure virtual

Gets the Fill type of the type.

Returns
a Fill or NULL if none available

Implemented in HGL::Type::Ellipse, HGL::Type::Poly, and HGL::Type::Curve.