Class GraphicsFullArc

    • Field Detail

      • mh

        private final int mh
        the integer portion of the multiplier
      • mhr

        private final int mhr
        the fractional portion of the multiplier
    • Constructor Detail

      • GraphicsFullArc

        public GraphicsFullArc​(int x,
                               int y,
                               int mh,
                               int mhr)
        Constructor
        Parameters:
        x - the x coordinate of the center of the circle/ellipse
        y - the y coordinate of the center of the circle/ellipse
        mh - the integer portion of the multiplier
        mhr - the fractional portion of the multiplier
    • Method Detail

      • writeToStream

        public void writeToStream​(java.io.OutputStream os)
                           throws java.io.IOException
        DataStream objects must implement the writeToStream() method to write its data to the given OutputStream
        Specified by:
        writeToStream in interface Streamable
        Overrides:
        writeToStream in class AbstractGraphicsCoord
        Parameters:
        os - the outputsteam stream
        Throws:
        java.io.IOException - an I/O exception of some sort has occurred.