Class PoHighLowClose

  • All Implemented Interfaces:
    SafeDisposable

    public class PoHighLowClose
    extends PoGraphMaster
    Class to build a high low close representation. Class to build a high low close representation in the plane XY.

    File format/default:

    PoHighLowClose {

      valuesX 0
      valuesHigh 0
      valuesLow 0
      valuesClose 0
      horCloseBarPosition LEFT
    }

    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <link REL="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"> <title></title> </head> <BODY> <h1></h1> <h4> <A NAME="Heading400">CATALOG PARTS</A></h4> <ul><b>PoHighLowClose</b> {</ul> <ul><ul><b>Separator</b> <tt>alternateRep</tt> (from PoBase) {<br> </ul></ul> <ul><ul><ul><b>AppearanceKit</b> <tt>appearance</tt> (from PoBase)</ul></ul></ul> <ul><ul><ul><i>Specifies the appearance of all the kit. By default lightModel.model=BASE_COLOR.</i></ul></ul></ul> <ul><ul><ul><b>MatrixTransform</b> <tt>domainTransform</tt> (from PoBase)</ul></ul></ul> <ul><ul><ul><i>Corresponds to the domain transformation.</i></ul></ul></ul> <ul><ul><ul><ul></ul></ul></ul></ul> <ul><ul><ul><b>Group</b> <tt>highLowClose</tt></ul></ul></ul> <ul><ul><ul><i>Contains a SoLineSet shape to draw the high low close.</i></ul></ul></ul> <ul><ul>}</ul></ul> <ul>}</ul> <ul><ul><br> </ul></ul> </body> </html>

    • Field Detail

      • valuesX

        public final SoMFFloat valuesX
        List of abscissas. Must have the same size than the other "values" fields.
      • valuesHigh

        public final SoMFFloat valuesHigh
        List of high values. Must have the same size than the other "values" fields.
      • valuesLow

        public final SoMFFloat valuesLow
        List of low values. Must have the same size than the other "values" fields.
      • valuesClose

        public final SoMFFloat valuesClose
        List of close values. Must have the same size than the other "values" fields.
    • Constructor Detail

      • PoHighLowClose

        public PoHighLowClose​(int numValues,
                              float[] x,
                              float[] high,
                              float[] low,
                              float[] close)
        Constructor.
      • PoHighLowClose

        public PoHighLowClose()
        Default constructor.