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

Class PgCircleF

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


    public class PgCircleF
    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

      • PgCircleF

        public PgCircleF()
      • PgCircleF

        public PgCircleF(int dim)
    • 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
      • computeSample

        public void computeSample()
        Provide default settings and compute a sample geometry. This method is only provided as a convenience.
      • 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 current radius of circle.
        Version:
        25.07.04, 1.00 created (kp)
      • getRadiusF

        public PuFunction getRadiusF()
        Get radius function of circle.
        Version:
        25.07.04, 1.00 created (kp)
      • setRadiusF

        public void setRadiusF(PuFunction radiusF)
        Set radius function of circle.
        Version:
        25.07.04, 1.00 created (kp)
      • getBase

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

        public PuFunction getBaseF()
        Get function object of midpoint.
        Version:
        25.07.04, 1.00 created (kp)
      • setBaseF

        public void setBaseF(PuFunction baseF)
        Set function object of midpoint.
        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.