Home
last modified time | relevance | path

Searched refs:aElementValues (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java404 Object[] aElementValues = xSubdivProperties.getPropertyValues(aElementNames); in readGridConfiguration() local
406 options.subdivision_x = ((Integer) aElementValues[0]).intValue(); in readGridConfiguration()
407 options.subdivision_y = ((Integer) aElementValues[1]).intValue(); in readGridConfiguration()
419 aElementValues = xResolutionProperties.getHierarchicalPropertyValues(aElementNames); in readGridConfiguration()
421 options.resolution_x = ((Integer) aElementValues[0]).intValue(); in readGridConfiguration()
422 options.resolution_y = ((Integer) aElementValues[1]).intValue(); in readGridConfiguration()

Completed in 12 milliseconds