Documentation of 'jvx.primitive.PgCircle' Java class
PgCircle ("JavaView Reference Manual")
"JavaView? v5.03.003"
jvx.primitive

Class PgCircle

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, PsUpdateIf, PgGeometryIf


    public class PgCircle
    extends PgPolygon
    A circle with given base point and radius.
    Since:
    JavaView v.3.50.002
    See Also:
    Serialized Form
    Author:
    Konrad Polthier
    Version:
    09.03.15, 2.00 revised (kp) Moved to jvx.primitive from dev.primitive.
    30.07.04, 1.00 created (kp)
    • Constructor Detail

      • PgCircle

        public PgCircle()
    • Method Detail

      • init

        public void init()
        Description copied from class: PgPolygon
        Initialize and reset instance variables after call to super.init().
        Overrides:
        init in class PgPolygon
      • clone

        public java.lang.Object clone()
        Duplicate geometry by recursively cloning all instance variables except inspector panels and lists of registered listeners. The parent relationship is maintained only within this class but not to external classes.
        Specified by:
        clone in interface PgGeometryIf
        Overrides:
        clone in class PgPolygon
        See Also:
        copy(PsObject)
        Version:
        25.07.04, 1.00 created (kp)
      • toString

        public java.lang.String toString()
        Create a multi-line string representation with detailed information about all instance variables.
        Specified by:
        toString in interface PgGeometryIf
        Overrides:
        toString in class PgPolygon
      • getRadius

        public double getRadius()
        Get radius of circle.
        Version:
        25.07.04, 1.00 created (kp)
      • setRadius

        public void setRadius(double radius)
        Set radius of circle.
        Version:
        25.07.04, 1.00 created (kp)
      • getBase

        public PdVector getBase()
        Get base of circle.
        Version:
        25.07.04, 1.00 created (kp)
      • setBase

        public void setBase(PdVector base)
        Set base of circle.
        Version:
        25.07.04, 1.00 created (kp)
      • compute

        public void compute()
        Recalculate curve vertices, connectivity and normal vectors.
"JavaView? v5.03.003"

"

The software JavaView? is copyright protected. All Rights Reserved.
"

You see the box below because you did not login.