Class EyeChildItem

    • Constructor Detail

      • EyeChildItem

        public EyeChildItem()
      • EyeChildItem

        public EyeChildItem​(EyeChildItem source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getSph

        public BaseItem3[] getSph()
        Get 球镜 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Sph 球镜 注意:此字段可能返回 null,表示取不到有效值。
      • setSph

        public void setSph​(BaseItem3[] Sph)
        Set 球镜 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Sph - 球镜 注意:此字段可能返回 null,表示取不到有效值。
      • getCyl

        public BaseItem3[] getCyl()
        Get 柱镜 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Cyl 柱镜 注意:此字段可能返回 null,表示取不到有效值。
      • setCyl

        public void setCyl​(BaseItem3[] Cyl)
        Set 柱镜 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Cyl - 柱镜 注意:此字段可能返回 null,表示取不到有效值。
      • getAx

        public BaseItem3[] getAx()
        Get 轴位 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Ax 轴位 注意:此字段可能返回 null,表示取不到有效值。
      • setAx

        public void setAx​(BaseItem3[] Ax)
        Set 轴位 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Ax - 轴位 注意:此字段可能返回 null,表示取不到有效值。
      • getSe

        public BaseItem2 getSe()
        Get 等效球镜 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Se 等效球镜 注意:此字段可能返回 null,表示取不到有效值。
      • setSe

        public void setSe​(BaseItem2 Se)
        Set 等效球镜 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Se - 等效球镜 注意:此字段可能返回 null,表示取不到有效值。