diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2017-03-12 20:12:43 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2017-03-12 20:12:43 (GMT) |
commit | aabb922a6082ccc5253e8206c5d15ec0073a1063 (patch) | |
tree | b089110c99acede52852a676eb0a90093a834749 /tksao/frame/ellipse.h | |
parent | 75a3a39ed8f422f44c1d969e8f96eecedebb3a5a (diff) | |
download | blt-aabb922a6082ccc5253e8206c5d15ec0073a1063.zip blt-aabb922a6082ccc5253e8206c5d15ec0073a1063.tar.gz blt-aabb922a6082ccc5253e8206c5d15ec0073a1063.tar.bz2 |
add fill option ellipse
Diffstat (limited to 'tksao/frame/ellipse.h')
-rw-r--r-- | tksao/frame/ellipse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tksao/frame/ellipse.h b/tksao/frame/ellipse.h index 5a81c2e..27d6184 100644 --- a/tksao/frame/ellipse.h +++ b/tksao/frame/ellipse.h @@ -10,6 +10,10 @@ class Ellipse : public BaseEllipse, public BaseFill { protected: + void renderXCircleDraw(Drawable, GC, Vector&, Vector&, int, int); + void renderPSCircleDraw(Vector& cc, double l, float a1, float a2); + void renderPSEllipseArcDraw(Vector&, Vector&, Vector&, Vector&); + void listNonCel(FitsImage*, ostream&, Coord::CoordSystem); public: |