(CharID id)
| 181 | } |
| 182 | |
| 183 | public static OrderedPair getFace(CharID id) |
| 184 | { |
| 185 | String varName = ControlUtilities.getControlToken(Globals.getContext(), CControl.FACE); |
| 186 | ResultFacet resultFacet = FacetLibrary.getFacet(ResultFacet.class); |
| 187 | return (OrderedPair) resultFacet.getGlobalVariable(id, varName); |
| 188 | } |
| 189 | |
| 190 | private static boolean hasFaceControl() |
| 191 | { |
no test coverage detected