summaryrefslogtreecommitdiffstats
path: root/tksao/frame/ellipse.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-12 20:12:43 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-12 20:12:43 (GMT)
commitaabb922a6082ccc5253e8206c5d15ec0073a1063 (patch)
treeb089110c99acede52852a676eb0a90093a834749 /tksao/frame/ellipse.h
parent75a3a39ed8f422f44c1d969e8f96eecedebb3a5a (diff)
downloadblt-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.h4
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: