Home | History | Annotate | Download | only in filters

Lines Matching refs:representation

33         FilterRepresentation representation = new FilterDirectRepresentation("WBalance");
34 representation.setSerializationName(SERIALIZATION_NAME);
35 representation.setFilterClass(ImageFilterWBalance.class);
36 representation.setFilterType(FilterRepresentation.TYPE_WBALANCE);
37 representation.setTextId(R.string.wbalance);
38 representation.setShowParameterValue(false);
39 representation.setEditorId(ImageOnlyEditor.ID);
40 representation.setSupportsPartialRendering(true);
41 representation.setIsBooleanFilter(true);
42 return representation;
46 public void useRepresentation(FilterRepresentation representation) {