Searched refs:mParamColor (Results 1 – 2 of 2) sorted by relevance
45 private ParameterColor mParamColor = new ParameterColor(PARAM_COLOR, DEFAULT_MENU_COLOR1); field in FilterColorBorderRepresentation50 mParamColor62 mParamColor.setValue(color); in FilterColorBorderRepresentation()65 mParamColor.setColorpalette(new int[]{ in FilterColorBorderRepresentation()96 mParamColor.copyPalletFrom(representation.mParamColor); in useParametersFrom()109 if (border.mParamColor.getValue() == mParamColor.getValue() in equals()136 return mParamColor.getValue(); in getColor()140 mParamColor.setValue(color); in setColor()181 writer.value(mParamColor.getValue()); in serializeRepresentation()195 mParamColor.setValue(reader.nextInt()); in deSerializeRepresentation()
55 ParameterColor mParamColor = new ParameterColor(PARAM_COLOR,DEFAULT_MENU_COLOR1); field in FilterDrawRepresentation69 mParamColor208 mParamColor.copyPalletFrom(representation.mParamColor); in useParametersFrom()268 return mParamColor.getValue(); in computeCurrentColor()