コード例 #1
0
ファイル: unified1D.py プロジェクト: NESII/uvcdat
 def _setxmtics2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'xmtics2',
         value)
     self._xmtics2 = value
コード例 #2
0
ファイル: unified1D.py プロジェクト: NESII/uvcdat
 def _setyticlabels2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'yticlabels2',
         value)
     self._yticlabels2 = value
コード例 #3
0
 def _setxmtics1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'xmtics1',
         value)
     self._xmtics1 = value
コード例 #4
0
ファイル: isoline.py プロジェクト: arulalant/uvcdat
 def _setyticlabels1(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "yticlabels1", value)
     self._yticlabels1 = value
コード例 #5
0
 def _setyticlabels1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'yticlabels1',
         value)
     self._yticlabels1 = value
コード例 #6
0
ファイル: continents.py プロジェクト: UNESCO-IHE/uvcdat
 def _setxticlabels2(self,value):
      value=VCS_validation_functions.checkStringDictionary(self,'xticlabels2',value)
      self._xticlabels2=value
      setmember(self,'xticlabels2',value)
コード例 #7
0
ファイル: continents.py プロジェクト: UNESCO-IHE/uvcdat
 def _setxmtics1(self,value):
      value=VCS_validation_functions.checkStringDictionary(self,'xmtics1',value)
      self._xmtics1=value
      setmember(self,'xmtics1',value)
コード例 #8
0
 def _setyticlabels2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self, 'yticlabels2', value)
     self._yticlabels2 = value
     setmember(self, 'yticlabels2', value)
コード例 #9
0
 def _setxmtics2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self, 'xmtics2', value)
     self._xmtics2 = value
     setmember(self, 'xmtics2', value)
コード例 #10
0
 def _setymtics1(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "ymtics1", value)
     self._ymtics1 = value
     setmember(self, "ymtics1", value)
コード例 #11
0
 def _setxticlabels1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self, 'xticlabels1', value)
     self._xticlabels1 = value
     setmember(self, 'xticlabels1', value)
コード例 #12
0
 def _setxmtics2(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "xmtics2", value)
     self._xmtics2 = value
     setmember(self, "xmtics2", value)
コード例 #13
0
ファイル: isoline.py プロジェクト: arulalant/uvcdat
 def _setymtics2(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "ymtics2", value)
     self._ymtics2 = value
コード例 #14
0
ファイル: isoline.py プロジェクト: arulalant/uvcdat
 def _setxmtics1(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "xmtics1", value)
     self._xmtics1 = value
コード例 #15
0
ファイル: unified1D.py プロジェクト: NESII/uvcdat
 def _setymtics1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'ymtics1',
         value)
     self._ymtics1 = value
コード例 #16
0
 def _setymtics1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self, 'ymtics1', value)
     self._ymtics1 = value
     setmember(self, 'ymtics1', value)
コード例 #17
0
 def _setymtics2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'ymtics2',
         value)
     self._ymtics2 = value
コード例 #18
0
ファイル: unified1D.py プロジェクト: NESII/uvcdat
 def _setxticlabels1(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'xticlabels1',
         value)
     self._xticlabels1 = value
コード例 #19
0
ファイル: continents.py プロジェクト: UNESCO-IHE/uvcdat
 def _setyticlabels1(self,value):
      value=VCS_validation_functions.checkStringDictionary(self,'yticlabels1',value)
      self._yticlabels1=value
      setmember(self,'yticlabels1',value)
コード例 #20
0
 def _setxticlabels2(self, value):
     value = VCS_validation_functions.checkStringDictionary(
         self,
         'xticlabels2',
         value)
     self._xticlabels2 = value
コード例 #21
0
ファイル: continents.py プロジェクト: UNESCO-IHE/uvcdat
 def _setymtics2(self,value):
      value=VCS_validation_functions.checkStringDictionary(self,'ymtics2',value)
      self._ymtics2=value
      setmember(self,'ymtics2',value)
コード例 #22
0
ファイル: isoline.py プロジェクト: arulalant/uvcdat
 def _setxticlabels2(self, value):
     value = VCS_validation_functions.checkStringDictionary(self, "xticlabels2", value)
     self._xticlabels2 = value