mirror of https://github.com/dspinellis/UMLGraph
"@match class" changes.
Btw, Diomidis, can you set up another snapshot?
This commit is contained in:
parent
67e7f42714
commit
b52565829e
|
|
@ -4,9 +4,9 @@ package gr.spinellis.views;
|
|||
* @view
|
||||
* @opt hide
|
||||
*
|
||||
* @match gr.spinellis.product.*
|
||||
* @match class gr.spinellis.product.*
|
||||
* @opt !hide
|
||||
* @match gr.spinellis.*
|
||||
* @match class gr.spinellis.*
|
||||
* @opt nodefillcolor LemonChiffon
|
||||
*/
|
||||
public abstract class ViewAbstract {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ package gr.spinellis.views;
|
|||
* @view
|
||||
* @opt hide java.*
|
||||
*
|
||||
* @match gr.spinellis.*
|
||||
* @match class gr.spinellis.*
|
||||
* @opt attributes
|
||||
* @opt operations
|
||||
* @opt types
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ package gr.spinellis.views;
|
|||
* @view
|
||||
* @opt hide java.*
|
||||
*
|
||||
* @match gr.spinellis.*
|
||||
* @match class gr.spinellis.*
|
||||
* @opt attributes
|
||||
* @opt nodefontsize 16
|
||||
* @opt nodefillcolor yellow
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ package gr.spinellis.views;
|
|||
* @view
|
||||
*
|
||||
* @opt nodefillcolor LightGray
|
||||
* @match gr.spinellis.product.Product
|
||||
* @match class gr.spinellis.product.Product
|
||||
* @opt attributes
|
||||
* @match gr.spinellis.product.Category
|
||||
* @match class gr.spinellis.product.Category
|
||||
* @opt nodefillcolor brown
|
||||
*/
|
||||
public class ViewChildOverride extends ViewAbstract {
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@ package gr.spinellis.views;
|
|||
/**
|
||||
* @view
|
||||
|
||||
* @match .*
|
||||
* @match class .*
|
||||
* @opt nodefillcolor gray
|
||||
* @match gr.spinellis.*
|
||||
* @match class gr.spinellis.*
|
||||
* @opt nodefillcolor yellow
|
||||
*/
|
||||
public class ViewColors {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ package gr.spinellis.views;
|
|||
* @view
|
||||
* @opt hide
|
||||
*
|
||||
* @match gr.spinellis.product.*
|
||||
* @match class gr.spinellis.product.*
|
||||
* @opt !hide
|
||||
* @opt attributes
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue