From 8bbe02b1eaa91618a2661a248fb1a70ea5ad4200 Mon Sep 17 00:00:00 2001 From: Marko Gronroos Date: Wed, 1 Jun 2016 18:21:58 +0300 Subject: Revised diagrams in intro, installation, architecture, and application chapters. #19897 Change-Id: I42673cabcd171dd560dfe84fd84eb86e7ba11733 --- .../components/original-drawings/Makefile | 13 + .../components/original-drawings/field-diagram.svg | 3641 ++++++++++++-------- .../original-drawings/field-interface-v8.svg | 276 ++ 3 files changed, 2442 insertions(+), 1488 deletions(-) create mode 100644 documentation/components/original-drawings/Makefile create mode 100644 documentation/components/original-drawings/field-interface-v8.svg (limited to 'documentation/components/original-drawings') diff --git a/documentation/components/original-drawings/Makefile b/documentation/components/original-drawings/Makefile new file mode 100644 index 0000000000..a351918743 --- /dev/null +++ b/documentation/components/original-drawings/Makefile @@ -0,0 +1,13 @@ +IMAGES = slider-example1 field-interface-v8 field-diagram + +SRCIMAGES := $(foreach file, $(IMAGES), $(file).svg) +TRGIMAGES_HI := $(foreach file, $(IMAGES), ../img/$(file)-hi.png) +TRGIMAGES_LO := $(foreach file, $(IMAGES), ../img/$(file)-lo.png) + +images: $(TRGIMAGES_HI) FORCE +# Just do low now $(TRGIMAGES_LO) + +$(TRGIMAGES_HI): ../img/%-hi.png: %.svg + inkscape --export-png $@ --export-dpi=300 --export-area-page $< + +FORCE: diff --git a/documentation/components/original-drawings/field-diagram.svg b/documentation/components/original-drawings/field-diagram.svg index f838704abb..8c1ce159ce 100644 --- a/documentation/components/original-drawings/field-diagram.svg +++ b/documentation/components/original-drawings/field-diagram.svg @@ -1,1488 +1,2153 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - Property - - - Editor - - - ValueChangeListener - - - - - - Component - - - - AbstractComponent - - - - - - Focusable - - - - Field - - - - - AbstractField - - - - Button - - - - CheckBox - - - TextField - - - - RichTextArea - - - - DateField - - - - InlineDateField - - - - - PopupDateField - - - - - AbstractSelect - - - - Form - - - Slider - - - ProgressIndicator - - - - ListSelect - - - NativeSelect - - - TwinColSelect - - - - OptionGroup - - - - Table - - - - Tree - - - - - - Select - - - - ComboBox - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + Component + + + AbstractComponent + + + HasValue<T> + + + AbstractField + + + Button + + + CheckBox + + + TextField + + + RichTextArea + + + + DateField + + + InlineDateField + + + + PopupDateField + + + + AbstractSelect + + + ProgressIndicator + + + + ListSelect + + + NativeSelect + + + TwinColSelect + + + + OptionGroup + + + + Table + + + + Tree + + + + + Select + + + ComboBox + + + + + + Slider + + + + + + + + + + + + + + + + + + diff --git a/documentation/components/original-drawings/field-interface-v8.svg b/documentation/components/original-drawings/field-interface-v8.svg new file mode 100644 index 0000000000..f1164ce103 --- /dev/null +++ b/documentation/components/original-drawings/field-interface-v8.svg @@ -0,0 +1,276 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + HasValue<T> «interface» + + + + + <String> + + + <LocalDate> + + + TextField + + + DateField + + -- cgit v1.2.3